CMS 3D CMS Logo

RPCRecHitStandardAlgo.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_RPCRecHitStandardAlgo_H
2 #define RecoLocalMuon_RPCRecHitStandardAlgo_H
3 
11 
13  public:
16 
18  virtual ~RPCRecHitStandardAlgo() {};
19 
21  virtual void setES(const edm::EventSetup& setup) {};
22 
23 
24  virtual bool compute(const RPCRoll& roll,
25  const RPCCluster& cluster,
28  float& time, float& timeErr) const;
29 
30 
31  virtual bool compute(const RPCRoll& roll,
32  const RPCCluster& cluster,
33  const float& angle,
34  const GlobalPoint& globPos,
35  LocalPoint& point,
36  LocalError& error,
37  float& time, float& timeErr) const;
38 };
39 #endif
40 
virtual ~RPCRecHitStandardAlgo()
Destructor.
virtual void setES(const edm::EventSetup &setup)
Pass the Event Setup to the algo at each event.
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
Definition: config.py:1
RPCRecHitStandardAlgo(const edm::ParameterSet &config)
Constructor.
virtual bool compute(const RPCRoll &roll, const RPCCluster &cluster, LocalPoint &point, LocalError &error, float &time, float &timeErr) const
standard local recHit computation
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition: invegas.h:5
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11