#include <L1AnalysisL1Upgrade.h>
Public Types | |
enum | { TEST = 0 } |
Public Member Functions | |
L1AnalysisL1UpgradeDataFormat * | getData () |
L1AnalysisL1Upgrade () | |
void | Reset () |
void | SetEm (const edm::Handle< l1t::EGammaBxCollection > em, unsigned maxL1Upgrade) |
void | SetJet (const edm::Handle< l1t::JetBxCollection > jet, unsigned maxL1Upgrade) |
void | SetMuon (const edm::Handle< l1t::MuonBxCollection > muon, unsigned maxL1Upgrade) |
void | SetSum (const edm::Handle< l1t::EtSumBxCollection > sums, unsigned maxL1Upgrade) |
void | SetTau (const edm::Handle< l1t::TauBxCollection > tau, unsigned maxL1Upgrade) |
~L1AnalysisL1Upgrade () | |
Private Attributes | |
L1AnalysisL1UpgradeDataFormat | l1upgrade_ |
Definition at line 22 of file L1AnalysisL1Upgrade.h.
anonymous enum |
L1Analysis::L1AnalysisL1Upgrade::L1AnalysisL1Upgrade | ( | ) |
Definition at line 3 of file L1AnalysisL1Upgrade.cc.
L1Analysis::L1AnalysisL1Upgrade::~L1AnalysisL1Upgrade | ( | ) |
Definition at line 5 of file L1AnalysisL1Upgrade.cc.
|
inline |
Definition at line 33 of file L1AnalysisL1Upgrade.h.
References l1upgrade_.
Referenced by L1UpgradeTreeProducer::L1UpgradeTreeProducer().
|
inline |
Definition at line 27 of file L1AnalysisL1Upgrade.h.
References l1upgrade_, and L1Analysis::L1AnalysisL1UpgradeDataFormat::Reset().
Referenced by L1UpgradeTreeProducer::analyze().
void L1Analysis::L1AnalysisL1Upgrade::SetEm | ( | const edm::Handle< l1t::EGammaBxCollection > | em, |
unsigned | maxL1Upgrade | ||
) |
Definition at line 7 of file L1AnalysisL1Upgrade.cc.
References BXVector< T >::begin(), BXVector< T >::end(), BXVector< T >::getFirstBX(), BXVector< T >::getLastBX(), and l1UpgradeTree_cfi::maxL1Upgrade.
Referenced by L1UpgradeTreeProducer::analyze().
void L1Analysis::L1AnalysisL1Upgrade::SetJet | ( | const edm::Handle< l1t::JetBxCollection > | jet, |
unsigned | maxL1Upgrade | ||
) |
Definition at line 64 of file L1AnalysisL1Upgrade.cc.
References metsig::jet, and l1UpgradeTree_cfi::maxL1Upgrade.
Referenced by L1UpgradeTreeProducer::analyze().
void L1Analysis::L1AnalysisL1Upgrade::SetMuon | ( | const edm::Handle< l1t::MuonBxCollection > | muon, |
unsigned | maxL1Upgrade | ||
) |
Definition at line 92 of file L1AnalysisL1Upgrade.cc.
References l1UpgradeTree_cfi::maxL1Upgrade.
Referenced by L1UpgradeTreeProducer::analyze().
void L1Analysis::L1AnalysisL1Upgrade::SetSum | ( | const edm::Handle< l1t::EtSumBxCollection > | sums, |
unsigned | maxL1Upgrade | ||
) |
Definition at line 124 of file L1AnalysisL1Upgrade.cc.
References BXVector< T >::begin(), BXVector< T >::end(), BXVector< T >::getFirstBX(), BXVector< T >::getLastBX(), and l1UpgradeTree_cfi::maxL1Upgrade.
Referenced by L1UpgradeTreeProducer::analyze().
void L1Analysis::L1AnalysisL1Upgrade::SetTau | ( | const edm::Handle< l1t::TauBxCollection > | tau, |
unsigned | maxL1Upgrade | ||
) |
Definition at line 36 of file L1AnalysisL1Upgrade.cc.
References l1UpgradeTree_cfi::maxL1Upgrade, and metsig::tau.
Referenced by L1UpgradeTreeProducer::analyze().
|
private |
Definition at line 36 of file L1AnalysisL1Upgrade.h.