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  ~RPCRecHitStandardAlgo() override {};
19 
21  void setES(const edm::EventSetup& setup) override {};
22 
23 
24  bool compute(const RPCRoll& roll,
25  const RPCCluster& cluster,
28  float& time, float& timeErr) const override;
29 
30 
31  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 override;
38 };
39 #endif
40 
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
Definition: config.py:1
RPCRecHitStandardAlgo(const edm::ParameterSet &config)
Constructor.
~RPCRecHitStandardAlgo() override
Destructor.
bool compute(const RPCRoll &roll, const RPCCluster &cluster, LocalPoint &point, LocalError &error, float &time, float &timeErr) const override
standard local recHit computation
void setES(const edm::EventSetup &setup) override
Pass the Event Setup to the algo at each event.
*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