ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/kiesel/TreeWriter/TreeObjects.h
(Generate patch)

Comparing UserCode/kiesel/TreeWriter/TreeObjects.h (file contents):
Revision 1.5 by kiesel, Tue Apr 16 15:11:20 2013 UTC vs.
Revision 1.6 by kiesel, Thu Apr 25 15:25:50 2013 UTC

# Line 11 | Line 11 | class Particle {
11  
12   class Photon : public Particle {
13          public:
14 <                float r9, sigmaIetaIeta, hadTowOverEm, pixelseed;
14 >                float r9, sigmaIetaIeta, hadTowOverEm;
15                  float chargedIso, neutralIso, photonIso;
16                  bool conversionSafeVeto;
17 +                int pixelseed;
18   };
19  
20   class Jet : public Particle{
21          public:
22                  float bCSV;
23                  float chargedHadronEnergy,neutralHadronEnergy,photonEnergy,electronEnergy,muonEnergy,HFHadronEnergy,HFEMEnergy,chargedEmEnergy,chargedMuEnergy,neutralEmEnergy;
23
24   };
25  
26   bool EtGreater(const tree::Particle, const tree::Particle);
27  
28
28   } // end namespace definition
29  
30   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines