This file is indexed.

/usr/include/root/Fit/DataVectorfwd.h is in libroot-math-mathcore-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
30
31
32
33
34
35
36
37
38
// @(#)root/mathcore:$Id$
// Author: L. Moneta Fri Sep  1 16:09:42 2006

/**********************************************************************
 *                                                                    *
 * Copyright (c) 2006  LCG ROOT Math Team, CERN/PH-SFT                *
 *                                                                    *
 *                                                                    *
 **********************************************************************/

// forward decalaration for the DataVector classes 

#ifndef ROOT_Fit_DataVectorfwd
#define ROOT_Fit_DataVectorfwd


namespace ROOT { 

   namespace Fit { 
      

      //template <class Point> class DataVector; 
      //class DataVector; 

      //class BinPoint; 
      //class UnBinPoint; 

      class BinData; 
      class UnBinData; 



   } // end namespace Fit

} // end namespace ROOT


#endif /* ROOT_Fit_DataVectorfwd */