This file is indexed.

/usr/include/CLHEP/GenericFunctions/ArgumentList.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
// -*- C++ -*-
// $Id: ArgumentList.hh,v 1.2 2003/09/06 14:04:13 boudreau Exp $
#ifndef __ARGUMENT_LIST__
#define __ARGUMENT_LIST__
#include "CLHEP/GenericFunctions/Argument.hh"
namespace Genfun {
  typedef std::vector<Argument> ArgumentList;
} // namespace Genfun
#endif