FairRoot/PandaRoot
PndRichMirrorSegment.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndRichMirrorSegment source file -----
3 // ----- Created 22/07/16 by Beloborodov Konstantin -----
4 // ----- -----
5 // ----- -----
6 // -------------------------------------------------------------------------
7 #include <iostream>
8 
9 using std::cout;
10 using std::endl;
11 
12 #include "PndRichMirrorSegment.h"
13 
14 // ----- Default constructor -------------------------------------------
16 fMiddleFlatMirrorPoint(TVector3(0,0,0)),
17 fSizeOfFlatMirror(TVector3(0,0,0)),
18 fNormalOfFlatMirror(TVector3(0,0,0))
19 {
20 }
21 // -------------------------------------------------------------------------
22 
23 
24 // ----- Standard constructor ------------------------------------------
25 
27  TVector3 dims,
28  TVector3 normal):
29 fMiddleFlatMirrorPoint(point),
30 fSizeOfFlatMirror(dims),
31 fNormalOfFlatMirror(normal)
32 {
33 }
34 
35 // ----- Destructor ----------------------------------------------------
37 // -------------------------------------------------------------------------
38 
39 
40 // ----- Public method Print -------------------------------------------
41 void PndRichMirrorSegment::Print(const Option_t* opt) const {
42 // cout << "RICH Photon hit: Time = " << fTime << endl;
43  cout<< " opt="<<opt<<endl;
44 }
45 // -------------------------------------------------------------------------
46 
virtual void Print(const Option_t *opt="") const
ClassImp(PndAnaContFact)
PndSdsMCPoint * point
Definition: anaLmdCluster.C:72