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.5 by dasu, Thu Feb 17 14:57:43 2011 UTC

# Line 29 | Line 29 | public:
29    bool run(Pythia8::Event &event);
30  
31    const std::vector<TParticle>& genTauList() {return genTaus;}
32 +  const std::vector<TParticle>& visTauList() {return visTaus;}
33    const std::vector<TParticle>& bQuarkList() {return bQuarks;}
34    const std::vector<TParticle>& cQuarkList() {return cQuarks;}
35    const std::vector<TParticle>& photonList() {return photons;}
# Line 39 | Line 40 | public:
40    const std::vector<TParticle>& neutralHadronList() {return neutralHadrons;}
41    const std::vector<fastjet::PseudoJet>& jetList() {return jets;}
42    const std::vector<fastjet::PseudoJet>& bJetList() {return bJets;}
43 +  const std::vector<fastjet::PseudoJet>& bJetListStdGeom() {return bJetsStdGeom;}
44  
45   private:
46  
# Line 61 | Line 63 | private:
63    fastjet::ClusterSequence* cs;
64  
65    std::vector<TParticle> genTaus;
66 +  std::vector<TParticle> visTaus;
67    std::vector<TParticle> bQuarks;
68    std::vector<TParticle> cQuarks;
69    std::vector<TParticle> photons;
# Line 71 | Line 74 | private:
74    std::vector<TParticle> neutralHadrons;
75    std::vector<fastjet::PseudoJet> jets;
76    std::vector<fastjet::PseudoJet> bJets;
77 +  std::vector<fastjet::PseudoJet> bJetsStdGeom;
78  
79   };
80  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines