This file is indexed.

/usr/include/Rivet/Projections/IsolationTools.hh is in librivet-dev 1.8.3-1.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
15
16
17
18
19
// -*- C++ -*-
#ifndef RIVET_IsolationTools_HH
#define RIVET_IsolationTools_HH

#include "Rivet/Projections/IsolationProjection.hh"
#include "Rivet/Projections/FinalState.hh"
#include "Rivet/Projections/JetAlg.hh"

namespace Rivet {

  typedef IsolationProjection<JetAlg, JetAlg> AllJetsIso;

  typedef IsolationProjection<FinalState, FinalState> AllParticleIso;

  typedef IsolationProjection<FinalState, JetAlg> ParticleFromJetIso;

}

#endif