#include <RecoParticleFlow/PFRootEvent/interface/EventColin.h>
Definition at line 7 of file EventColin.h.
EventColin::EventColin | ( | ) | [inline] |
virtual EventColin::~EventColin | ( | ) | [inline, virtual] |
Definition at line 116 of file EventColin.h.
References blocks_.
Referenced by PFRootEventManager::fillOutEventWithBlocks().
Definition at line 112 of file EventColin.h.
References caloTowers_.
Referenced by PFRootEventManager::fillOutEventWithCaloTowers().
00112 { 00113 caloTowers_.push_back( ct ); 00114 }
Definition at line 88 of file EventColin.h.
References candidates_.
Referenced by PFRootEventManager::fillOutEventWithPFCandidates().
00088 { 00089 candidates_.push_back(ptc); 00090 }
Definition at line 92 of file EventColin.h.
References clusters_.
Referenced by PFRootEventManager::fillOutEventWithClusters().
00092 { 00093 clusters_.push_back(ptc); 00094 }
Definition at line 96 of file EventColin.h.
References clustersIsland_.
00096 { 00097 clustersIsland_.push_back(ptc); 00098 }
Definition at line 104 of file EventColin.h.
References jetsEHT_.
Referenced by PFRootEventManager::tauBenchmark().
Definition at line 100 of file EventColin.h.
References jetsMC_.
Referenced by PFRootEventManager::tauBenchmark().
Definition at line 108 of file EventColin.h.
References jetsPF_.
Referenced by PFRootEventManager::tauBenchmark().
Definition at line 84 of file EventColin.h.
References particles_.
Referenced by PFRootEventManager::fillOutEventWithSimParticles().
00084 { 00085 particles_.push_back(ptc); 00086 }
const std::vector<EventColin::Cluster>& EventColin::clusters | ( | ) | [inline] |
const std::vector<EventColin::Cluster>& EventColin::clustersIsland | ( | ) | [inline] |
Definition at line 125 of file EventColin.h.
References clustersIsland_.
00126 {return clustersIsland_;}
const std::vector<EventColin::Jet>& EventColin::jetsEHT | ( | ) | [inline] |
const std::vector<EventColin::Jet>& EventColin::jetsMC | ( | ) | [inline] |
const std::vector<EventColin::Jet>& EventColin::jetsPF | ( | ) | [inline] |
const std::vector<EventColin::Particle>& EventColin::particles | ( | ) | [inline] |
Definition at line 12 of file EventColin.h.
References candidates_, clusters_, clustersIsland_, jetsEHT_, jetsMC_, jetsPF_, nTracks_, number_, and particles_.
Referenced by PFRootEventManager::reset().
00012 { 00013 number_ = -1; 00014 particles_.clear(); 00015 candidates_.clear(); 00016 clusters_.clear(); 00017 clustersIsland_.clear(); 00018 jetsMC_.clear(); 00019 jetsEHT_.clear(); 00020 jetsPF_.clear(); 00021 nTracks_=0; 00022 }
Definition at line 81 of file EventColin.h.
References number_.
Referenced by PFRootEventManager::processEntry().
00081 {number_ = number;}
std::vector<EventColin::Block> EventColin::blocks_ [private] |
std::vector<EventColin::CaloTower> EventColin::caloTowers_ [private] |
std::vector<EventColin::Particle> EventColin::candidates_ [private] |
std::vector<EventColin::Cluster> EventColin::clusters_ [private] |
std::vector<EventColin::Cluster> EventColin::clustersIsland_ [private] |
Definition at line 141 of file EventColin.h.
Referenced by addClusterIsland(), clustersIsland(), and reset().
std::vector<EventColin::Jet> EventColin::jetsEHT_ [private] |
std::vector<EventColin::Jet> EventColin::jetsMC_ [private] |
std::vector<EventColin::Jet> EventColin::jetsPF_ [private] |
int EventColin::nTracks_ [private] |
int EventColin::number_ [private] |
std::vector<EventColin::Particle> EventColin::particles_ [private] |