ATLAS Offline Software
Loading...
Searching...
No Matches
SurfaceValidationTree.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// This class has been automatically generated on
7// Wed Aug 16 16:52:51 2006 by ROOT version 5.10/00d
8// from TTree SurfaceValidationTree/TrackingVolume :InDet::Detectors::Pixel::Barrel
9// found on file: InDetMaterialG4-ATLAS-DC3-06.root
11
12#ifndef SurfaceValidationTree_h
13#define SurfaceValidationTree_h
14
15#include <TROOT.h>
16#include <TChain.h>
17#include <TFile.h>
18
20public :
21 TTree *fChain;
22 Int_t fCurrent;
23
24 // Declaration of leave types
25 Float_t Local1;
26 Float_t Local2;
27 Float_t CorrFactor;
28 Float_t PathInX0;
29 Float_t Rho;
30
31 // List of branches
32 TBranch *b_local1;
33 TBranch *b_local2;
34 TBranch *b_corrF;
35 TBranch *b_pathInX0;
36 TBranch *b_rho;
37
40 virtual Int_t Cut(Long64_t entry);
41 virtual Int_t GetEntry(Long64_t entry);
42 virtual Long64_t LoadTree(Long64_t entry);
43 void Init(TTree *tree);
44 virtual void Loop(int bins, TString& ext);
45 virtual Bool_t Notify();
46 virtual void Show(Long64_t entry = -1);
47};
48
49#endif
50
51
52
static const std::vector< std::string > bins
Int_t fCurrent
pointer to the analyzed TTree or TChain
virtual void Loop(int bins, TString &ext)
SurfaceValidationTree(TTree *tree=0)
Float_t Local1
current Tree number in a TChain
virtual ~SurfaceValidationTree()
virtual Long64_t LoadTree(Long64_t entry)
virtual Int_t Cut(Long64_t entry)
virtual Bool_t Notify()
virtual void Show(Long64_t entry=-1)
virtual Int_t GetEntry(Long64_t entry)
void Init(TTree *tree)
TChain * tree