1 #ifndef CSCCommonTrigger_CSCTriggerContainer_h 2 #define CSCCommonTrigger_CSCTriggerContainer_h 34 std::vector<T>
get()
const;
35 std::vector<T>
get(
const unsigned&
endcap,
const unsigned&
station,
const unsigned& tsector,
36 const unsigned& tsubsector,
const unsigned& cscid,
const int&
BX)
const;
37 std::vector<T>
get(
const unsigned&
endcap,
const unsigned&
station,
const unsigned& tsector,
39 const unsigned& tsubsector,
const int&
BX)
const;
40 std::vector<T>
get(
const unsigned&
endcap,
const unsigned& sector,
const int&
BX)
const;
41 std::vector<T>
get(
const unsigned&
endcap,
const unsigned& sector)
const;
42 std::vector<T>
get(
const int&
BX)
const;
85 const unsigned& tsector,
const unsigned& tsubsector,
86 const unsigned& cscid,
const int&
BX)
const 90 for(
unsigned i = 0;
i <
_objs.size();
i++)
92 _objs[
i].sector() == tsector && (station != 1 ||
_objs[
i].subsector() == tsubsector) &&
94 result.push_back(
_objs[
i]);
101 const unsigned& tsector,
const unsigned& tsubsector,
106 for(
unsigned i = 0;
i <
_objs.size(); ++
i)
108 _objs[
i].sector() == tsector && (station != 1 ||
_objs[
i].subsector() == tsubsector)
110 result.push_back(
_objs[
i]);
121 for(
unsigned i = 0;
i <
_objs.size(); ++
i)
123 result.push_back(
_objs[
i]);
133 for(
unsigned i = 0;
i <
_objs.size(); ++
i)
135 result.push_back(
_objs[
i]);
145 for(
unsigned i = 0;
i <
_objs.size(); ++
i)
std::vector< T > get() const
CSCTriggerContainer(const CSCTriggerContainer &cpy)
void push_back(const T &data)
void push_many(const CSCTriggerContainer< T > &data)
void push_many(const std::vector< T > &data)
CSCTriggerContainer & operator=(const CSCTriggerContainer &)
char data[epos_bytes_allocation]