CMS 3D CMS Logo

HGCMouseBite.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_HGCMouseBite_h
2 #define SimG4CMS_HGCMouseBite_h
3 
5 #include "G4ThreeVector.hh"
6 
7 #include <vector>
8 
9 class HGCMouseBite {
10 
11 public:
12 
13  HGCMouseBite(const HGCalDDDConstants& hgc, const std::vector<double>& angle,
14  double maxLength, bool waferRotate);
15  bool exclude(G4ThreeVector& point, int zside, int wafer);
16 
17 private:
18 
20  double cut_;
21  bool rot_;
22  std::vector<std::pair<double,double> > projXY_;
23 };
24 
25 #endif // HGCMouseBite_h
std::vector< std::pair< double, double > > projXY_
Definition: HGCMouseBite.h:22
const HGCalDDDConstants & hgcons_
Definition: HGCMouseBite.h:19
bool exclude(G4ThreeVector &point, int zside, int wafer)
Definition: HGCMouseBite.cc:25
*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
HGCMouseBite(const HGCalDDDConstants &hgc, const std::vector< double > &angle, double maxLength, bool waferRotate)
Definition: HGCMouseBite.cc:9
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11