47 cout <<
"[DTRecSegment2DExtendedProducer] Constructor called" << endl;
49 produces<DTRecSegment2DCollection>();
58 cout <<
"[DTRecSegment2DExtendedProducer] Destructor called" << endl;
66 cout <<
"[DTRecSegment2DExtendedProducer] produce called" << endl;
71 theAlgo->setES(setup);
75 event.getByLabel(theRecHits1DLabel, allHits);
79 event.getByLabel(theRecClusLabel, dtClusters);
80 theAlgo->setClusters(vector<DTSLRecCluster>(dtClusters->begin(),
89 for (dtLayerIt = allHits->id_begin(); dtLayerIt != allHits->id_end(); ++dtLayerIt){
93 if (SLId==oldSlId)
continue;
96 if(
debug)
cout <<
"Reconstructing the 2D segments in "<< SLId << endl;
105 vector<DTRecHit1DPair> pairs(range.first,range.second);
107 if(
debug)
cout <<
"Number of 1D-RecHit pairs " << pairs.size() << endl;
112 cout <<
"Number of Reconstructed segments: " << segs.
size() << endl;
114 ostream_iterator<DTSLRecSegment2D>(
cout,
"\n"));
117 if (segs.
size() > 0 )
118 segments->put(SLId, segs.
begin(),segs.
end());
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
std::pair< const_iterator, const_iterator > range
iterator range
virtual ~DTRecSegment2DExtendedProducer()
Destructor.
DTRecSegment2DExtendedProducer(const edm::ParameterSet &)
Constructor.
static std::pair< DTLayerId, DTSuperLayerIdComparator > layersBySuperLayer(DTSuperLayerId slId)
Access by SL objects written into a RangeMap by layer.
DTSuperLayerId superlayerId() const
Return the corresponding SuperLayerId.
edm::RangeMap< DTSuperLayerId, edm::OwnVector< DTSLRecSegment2D > > DTRecSegment2DCollection
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
virtual void produce(edm::Event &event, const edm::EventSetup &setup)
The method which produces the 2D-segments.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")