CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SETPatternRecognition.h
Go to the documentation of this file.
1 #ifndef MuonSeedGenerator_SETPatternRecognition_h
2 #define MuonSeedGenerator_SETPatternRecognition_h
3 
6 
7 
9 {
10 public:
11  explicit SETPatternRecognition(const edm::ParameterSet & pset);
14  virtual void produce(const edm::Event& event, const edm::EventSetup& eSetup,
15  std::vector<MuonRecHitContainer> & result);
16 
17  void setServiceProxy(MuonServiceProxy * service) {theService = service;}
18  // don't use "bad" segments
19  bool segmentCleaning(const DetId & detId,
20  const LocalPoint& localPosition, const LocalError& localError,
21  const LocalVector& localDirection, const LocalError& localDirectionError,
22  const double& chi2, const int& ndf);
23 
24 private:
26  bool useRPCs;
27 
31 
34  //----
35 
37 };
38 
39 #endif
40 
tuple result
Definition: query.py:137
bool segmentCleaning(const DetId &detId, const LocalPoint &localPosition, const LocalError &localError, const LocalVector &localDirection, const LocalError &localDirectionError, const double &chi2, const int &ndf)
void setServiceProxy(MuonServiceProxy *service)
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
MuonServiceProxy * theService
Definition: DetId.h:20
virtual void produce(const edm::Event &event, const edm::EventSetup &eSetup, std::vector< MuonRecHitContainer > &result)
SETPatternRecognition(const edm::ParameterSet &pset)