This file is indexed.

/usr/include/root/Math/Vector4D.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
// @(#)root/mathcore:$Id$
// Authors: W. Brown, M. Fischler, L. Moneta    2005  

#ifndef ROOT_Math_Vector4D 
#define ROOT_Math_Vector4D 

// defines typedefs to specific vectors and forward declarations
// define additional (to Cartesian) coordinate system types 
#include "Math/Vector4Dfwd.h"
// generic LorentzVector class definition

#include "Math/GenVector/PxPyPzE4D.h"
#include "Math/GenVector/PtEtaPhiE4D.h"
#include "Math/GenVector/PxPyPzM4D.h"
#include "Math/GenVector/PtEtaPhiM4D.h"


#include "Math/GenVector/LorentzVector.h"

//#include "Math/GenVector/PtEtaPhiMSystem.h"
//#include "Math/GenVector/EEtaPhiMSystem.h"



#endif