1 #ifndef ICHiggsTauTau_TriggerObject_hh
2 #define ICHiggsTauTau_TriggerObject_hh
18 virtual void Print()
const;
22 inline std::vector<std::size_t>
const&
filters()
const {
return filters_; }
36 std::vector<std::size_t> filters_;
38 #ifndef SKIP_CINT_DICT
void set_filters(std::vector< std::size_t > const &filters)
The list of filter label hashes this object was accepted by, typically restricted to the modules in s...
std::vector< std::size_t > const & filters() const
The list of filter label hashes this object was accepted by, typically restricted to the modules in s...
ClassDef(TriggerObject, 2)
Stores a four-momentum, charge and identifier, and is the base class for most other physics objects...
virtual void Print() const
std::vector< ic::TriggerObject > TriggerObjectCollection
Stores the four-momentum of a trigger object as well as a list of the (hashed) filter labels the obje...