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 waferU,
16  int waferV);
17 
18 private:
19 
21  double cut_;
22  bool rot_;
23  bool modeUV_;
24  std::vector<std::pair<double,double> > projXY_;
25 };
26 
27 #endif // HGCMouseBite_h
std::vector< std::pair< double, double > > projXY_
Definition: HGCMouseBite.h:24
int zside(DetId const &)
bool exclude(G4ThreeVector &point, int zside, int waferU, int waferV)
Definition: HGCMouseBite.cc:29
const HGCalDDDConstants & hgcons_
Definition: HGCMouseBite.h:20
*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