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

Comparing UserCode/dasu/UltraFastSim/UltraFastSim.h (file contents):
Revision 1.3 by dasu, Tue Feb 15 06:49:11 2011 UTC vs.
Revision 1.4 by dasu, Wed Feb 16 01:02:58 2011 UTC

# Line 39 | Line 39 | public:
39    const std::vector<TParticle>& neutralHadronList() {return neutralHadrons;}
40    const std::vector<fastjet::PseudoJet>& jetList() {return jets;}
41    const std::vector<fastjet::PseudoJet>& bJetList() {return bJets;}
42 +  const std::vector<fastjet::PseudoJet>& bJetListStdGeom() {return bJetsStdGeom;}
43  
44   private:
45  
# Line 71 | Line 72 | private:
72    std::vector<TParticle> neutralHadrons;
73    std::vector<fastjet::PseudoJet> jets;
74    std::vector<fastjet::PseudoJet> bJets;
75 +  std::vector<fastjet::PseudoJet> bJetsStdGeom;
76  
77   };
78  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines