CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonMillepedeTrackRefitter.h
Go to the documentation of this file.
1 
13 #ifndef Alignment_MuonMillepedeTrackRefitter_MuonMillepedeTrackRefitter_H
14 #define Alignment_MuonMillepedeTrackRefitter_MuonMillepedeTrackRefitter_H
15 
16 
17 // Base Class Headers
20 
22 
23 #include <string>
24 #include <vector>
25 
27 class TrackingRecHit;
28 
29 namespace edm {
30  class ParameterSet;
31  class Event;
32  class EventSetup;
33  class InputTag;
34 }
35 
36 
37 typedef std::vector< std::vector<int> > intDVector;
38 typedef std::vector<TrackingRecHit *> RecHitVector;
39 
41 public:
42 
45 
48 
51 
52  // Operations
53 
54  virtual void produce(edm::Event & event, const edm::EventSetup& eventSetup);
55 
56 protected:
57 
58 private:
59 
60 
62 
63 
64 };
65 #endif
66 
67 
68 
69 
virtual void produce(edm::Event &event, const edm::EventSetup &eventSetup)
std::vector< TrackingRecHit * > RecHitVector
virtual ~MuonMillepedeTrackRefitter()
Destructor.
AlignmentAlgorithmBase::ConstTrajTrackPair ConstTrajTrackPair
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
std::vector< std::vector< int > > intDVector
AlignmentAlgorithmBase::ConstTrajTrackPairCollection ConstTrajTrackPairCollection
std::pair< const Trajectory *, const reco::Track * > ConstTrajTrackPair
std::vector< ConstTrajTrackPair > ConstTrajTrackPairCollection
MuonMillepedeTrackRefitter(const edm::ParameterSet &pset)
Constructor.