This file is indexed.

/usr/include/root/Math/GenVector/LorentzRotationfwd.h is in libroot-math-genvector-dev 5.34.30-0ubuntu8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// @(#)root/mathcore:$Id$
// Authors: W. Brown, M. Fischler, L. Moneta    2005  

 /**********************************************************************
  *                                                                    *
  * Copyright (c) 2005   ROOT CERN / FNAL MATHLIB Group              *
  *                                                                    *
  *                                                                    *
  **********************************************************************/

// Header file defining forward declarations for LorentzVector classes 
// 
// Created by: Lorenzo Moneta    at Thu May 12 11:19:02 2005
// Major revamp by: M. Fischler  at Tue Aug  9  2005
// 
// Last update: Tue Aug  9  2005
// 
#ifndef ROOT_Math_GenVector_LorentzRotationfwd 
#define ROOT_Math_GenVector_LorentzRotationfwd  1


namespace ROOT { 
  namespace Math { 
    class LoretzRotation;
  } // end namespace Math
} // end namespace ROOT


#endif /* ROOT_Math_GenVector_LorentzRotationfwd  */