FairRoot/PandaRoot
Functions
PndGeoDskFLG.cxx File Reference
#include "PndGeoDskFLG.h"
#include "FairGeoNode.h"

Go to the source code of this file.

Functions

 ClassImp (PndGeoDskFLG) PndGeoDskFLG
 

Function Documentation

ClassImp ( PndGeoDskFLG  )

Definition at line 17 of file PndGeoDskFLG.cxx.

References fVerbose.

20  {
21  // Constructor
22 
23  fRadius = 1100;// mm, fix me. need to retrieve from geo in future
24  fPosition_plate = 2000; //position of plate, fix me. need to retrieve from geo in future
25  fThickness_plate = 20; //mm, fix me. need to retrieve from geo in future
26  fNumber_focusing_part = 128;// 128 focusing parts, fix me.
27  fReflectThreshold = 0.8;
28 
29  a0 = 0.;
30  a1 = 0.;
31  a2 = -14.37217*1.0E-4;
32  a3 = -2.044957*1.0E-6;
33  a4 = -1.998331*1.0E-8;
34  a5 = -1.109226*1.0E-10;
35 
36  fVerbose = 1;
37  }
int fVerbose
Definition: poormantracks.C:24