#include <EventColin.h>
Classes | |
class | Block |
class | CaloTower |
class | Cluster |
class | Jet |
class | Particle |
Public Member Functions | |
void | addBlock (const Block &b) |
void | addCaloTower (const CaloTower &ct) |
void | addCandidate (const Particle &ptc) |
void | addCluster (const Cluster &ptc) |
void | addClusterIsland (const Cluster &ptc) |
void | addJetEHT (const Jet &jets) |
void | addJetMC (const Jet &jets) |
void | addJetPF (const Jet &jets) |
void | addParticle (const Particle &ptc) |
const std::vector < EventColin::Cluster > & | clusters () |
const std::vector < EventColin::Cluster > & | clustersIsland () |
EventColin () | |
const std::vector < EventColin::Jet > & | jetsEHT () |
const std::vector < EventColin::Jet > & | jetsMC () |
const std::vector < EventColin::Jet > & | jetsPF () |
const std::vector < EventColin::Particle > & | particles () |
void | reset () |
void | setNTracks (int nTracks) |
void | setNumber (int number) |
virtual | ~EventColin () |
Private Attributes | |
std::vector< EventColin::Block > | blocks_ |
std::vector < EventColin::CaloTower > | caloTowers_ |
std::vector< EventColin::Particle > | candidates_ |
std::vector< EventColin::Cluster > | clusters_ |
std::vector< EventColin::Cluster > | clustersIsland_ |
std::vector< EventColin::Jet > | jetsEHT_ |
std::vector< EventColin::Jet > | jetsMC_ |
std::vector< EventColin::Jet > | jetsPF_ |
int | nTracks_ |
int | number_ |
std::vector< EventColin::Particle > | particles_ |
Definition at line 7 of file EventColin.h.
|
inline |
Definition at line 10 of file EventColin.h.
|
inlinevirtual |
Definition at line 11 of file EventColin.h.
|
inline |
Definition at line 116 of file EventColin.h.
References blocks_.
Referenced by PFRootEventManager::fillOutEventWithBlocks().
|
inline |
Definition at line 112 of file EventColin.h.
References caloTowers_.
Referenced by PFRootEventManager::fillOutEventWithCaloTowers().
|
inline |
Definition at line 88 of file EventColin.h.
References candidates_.
Referenced by PFRootEventManager::fillOutEventWithPFCandidates().
|
inline |
Definition at line 92 of file EventColin.h.
References clusters_.
Referenced by PFRootEventManager::fillOutEventWithClusters().
|
inline |
Definition at line 96 of file EventColin.h.
References clustersIsland_.
|
inline |
Definition at line 104 of file EventColin.h.
References jetsEHT_.
Referenced by PFRootEventManager::tauBenchmark().
|
inline |
Definition at line 100 of file EventColin.h.
References jetsMC_.
Referenced by PFRootEventManager::tauBenchmark().
|
inline |
Definition at line 108 of file EventColin.h.
References jetsPF_.
Referenced by PFRootEventManager::tauBenchmark().
|
inline |
Definition at line 84 of file EventColin.h.
References particles_.
Referenced by PFRootEventManager::fillOutEventWithSimParticles().
|
inline |
|
inline |
Definition at line 125 of file EventColin.h.
References clustersIsland_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 12 of file EventColin.h.
References candidates_, clusters_, clustersIsland_, jetsEHT_, jetsMC_, jetsPF_, nTracks_, number_, and particles_.
Referenced by PFRootEventManager::reset().
|
inline |
|
inline |
Definition at line 81 of file EventColin.h.
References number_.
Referenced by PFRootEventManager::processEntry().
|
private |
Definition at line 146 of file EventColin.h.
Referenced by addBlock().
|
private |
Definition at line 145 of file EventColin.h.
Referenced by addCaloTower().
|
private |
Definition at line 139 of file EventColin.h.
Referenced by addCandidate(), and reset().
|
private |
Definition at line 140 of file EventColin.h.
Referenced by addCluster(), clusters(), and reset().
|
private |
Definition at line 141 of file EventColin.h.
Referenced by addClusterIsland(), clustersIsland(), and reset().
|
private |
Definition at line 143 of file EventColin.h.
Referenced by addJetEHT(), jetsEHT(), and reset().
|
private |
Definition at line 142 of file EventColin.h.
Referenced by addJetMC(), jetsMC(), and reset().
|
private |
Definition at line 144 of file EventColin.h.
Referenced by addJetPF(), jetsPF(), and reset().
|
private |
Definition at line 137 of file EventColin.h.
Referenced by reset(), and setNTracks().
|
private |
Definition at line 136 of file EventColin.h.
Referenced by reset(), and setNumber().
|
private |
Definition at line 138 of file EventColin.h.
Referenced by addParticle(), particles(), and reset().