This file is indexed.

/usr/include/CLHEP/GenericFunctions/GenericFunctions.hh is in libclhep-dev 2.1.4.1+dfsg-1.

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
// -*- C++ -*-
// $Id: GenericFunctions.hh,v 1.2 2003/09/06 14:04:13 boudreau Exp $
//---------------------------------------------------------------------------
// This header file includes other header files; in fact it includes
// everything the user needs from the GenericFunctions area.
//
//---------------------------------------------------------------------------
#include "CLHEP/GenericFunctions/AbsFunction.hh"
#include "CLHEP/GenericFunctions/Variable.hh"
#include "CLHEP/GenericFunctions/FixedConstant.hh"
#include "CLHEP/GenericFunctions/FloatingConstant.hh"
#include "CLHEP/GenericFunctions/Square.hh"
#include "CLHEP/GenericFunctions/Sqrt.hh"
#include "CLHEP/GenericFunctions/Parameter.hh"