25 for (Citer = thedigis.begin(); Citer != thedigis.end(); Citer++) {
29 for (; Diter != Dend; Diter++) {
37 const unsigned sector,
const unsigned subsector,
const int bx)
39 std::vector<csctf::TrackStub>
result;
40 std::vector<csctf::TrackStub>::iterator LCT;
42 result =
stubs_.
get(endcap, station, sector, subsector, bx);
45 for (LCT = result.begin(); LCT != result.end(); LCT++) {
48 result.erase(LCT, LCT);
51 if (!result.empty()) {
60 for (LCT = result.begin(); LCT != result.end(); LCT++)
T getParameter(std::string const &) const
std::vector< T > get() const
void push_back(const T &data)
void loadDigis(const CSCCorrelatedLCTDigiCollection &thedigis)
bool drop_low_quality_stubs_
std::vector< DigiType >::const_iterator const_iterator
CSCTriggerContainer< csctf::TrackStub > stubs_
std::vector< csctf::TrackStub > sort(const unsigned endcap, const unsigned station, const unsigned sector, const unsigned subsector, const int bx)