This file is indexed.

/usr/include/root/RooProofDriverSelector.h is in libroot-roofit-dev 5.34.00-2.

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
39
40
41
42
43
44
45
46
47
48
//////////////////////////////////////////////////////////
// This class has been automatically generated on
// Fri Jul 10 11:01:34 2009 by ROOT version 5.23/05
// from TTree t/t
// found on file: Memory Directory
//////////////////////////////////////////////////////////

#ifndef RooProofDriverSelector_h
#define RooProofDriverSelector_h

#include <TROOT.h>
#include <TChain.h>
#include <TFile.h>
#include <TSelector.h>
class RooStudyPackage ;
class TIterator ;

class RooProofDriverSelector : public TSelector {
public :
   TTree          *fChain;   //!pointer to the analyzed TTree or TChain

   // Declaration of leaf types
   Int_t           i;

   // List of branches
   TBranch        *b_i;   //!

   RooProofDriverSelector(TTree * /*tree*/ =0) { b_i = 0 ; _pkg = 0 ; fChain = 0 ; }
   virtual ~RooProofDriverSelector() { }
   virtual Int_t   Version() const { return 2; }
   virtual void    SlaveBegin(TTree *tree);
   virtual void    Init(TTree* tree);
   virtual Bool_t  Notify();
   virtual Bool_t  Process(Long64_t entry);
   virtual Int_t   GetEntry(Long64_t entry, Int_t getall = 0) { return fChain ? fChain->GetTree()->GetEntry(entry, getall) : 0; }
   virtual void    SetOption(const char *option) { fOption = option; }
   virtual void    SetObject(TObject *obj) { fObject = obj; }
   virtual void    SetInputList(TList *input) { fInput = input; }
   virtual void    SlaveTerminate() ;
   virtual TList  *GetOutputList() const { return fOutput; }

   RooStudyPackage* _pkg ;
   Int_t      seed ;

   ClassDef(RooProofDriverSelector,0);
};

#endif