12 : name_(), index_(), prescale_(), run_(), accept_(), error_(), lastActiveFilterSlot_(), l3Filters_(0) {
56 std::vector<std::string> seeds;
57 for (L1SeedCollection::const_iterator iSeed =
l1Seeds().
begin(); iSeed !=
l1Seeds().end(); ++iSeed) {
58 if (iSeed->first == decision)
59 seeds.push_back(iSeed->second);
std::vector< unsigned > filterIndices_
const L1SeedCollection & l1Seeds() const
Get all L1 seeds.
unsigned prescale_
Pre-scale.
bool accept_
Did path succeed?
std::vector< std::string > modules_
int indexModule(const std::string &name) const
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
std::string name_
Data Members.
unsigned l3Filters() const
TriggerPath()
Constructors and Desctructor.
bool error_
Was path in error?
const std::string & name() const
Get the path name.
unsigned index() const
Get the path index.
unsigned lastActiveFilterSlot_
Index of the last active filter in the list of modules.
unsigned lastActiveFilterSlot() const
Get the index of the last active filter.
unsigned index_
Path index in trigger table.