21 for (Citer = thedigis.begin(); Citer != thedigis.end(); Citer++) {
25 for (; Diter != Dend; Diter++) {
33 const unsigned endcap,
const unsigned station,
const unsigned sector,
const unsigned subsector,
const int bx) {
34 std::vector<csctf::TrackStub>
result;
35 std::vector<csctf::TrackStub>::iterator LCT;
37 result =
stubs_.
get(endcap, station, sector, subsector, bx);
40 for (LCT = result.begin(); LCT != result.end(); LCT++) {
42 result.erase(LCT, LCT);
45 if (!result.empty()) {
47 std::sort(result.begin(), result.end(), std::greater<csctf::TrackStub>());
55 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)