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.4 by kiesel, Mon Apr 15 16:01:40 2013 UTC vs.
Revision 1.7 by kiesel, Sun Apr 28 10:28:40 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines