WCSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WCSimTuningParameters.cc
Go to the documentation of this file.
1 // Tuning parameters
2 
5 
6 
8 {
9 
11  // Default values
12  rayff=0.75;
13  bsrff=2.50;
14  abwff=1.30;
15  rgcff=0.32;
16  mieff=0.0;
17 
18  //jl145 - For Top Veto
19  tvspacing = 100.0;
20  topveto = false;
21 
22 }
23 
25 {
26  delete TuningMessenger;
27  TuningMessenger = 0;
28 }
29 
31 {
32  wcopt->SetRayff(rayff);
33  wcopt->SetBsrff(bsrff);
34  wcopt->SetAbwff(abwff);
35  wcopt->SetRgcff(rgcff);
36  wcopt->SetMieff(mieff);
37  wcopt->SetTvspacing(tvspacing);
38  wcopt->SetTopveto(topveto);
39 }
void SetMieff(double iMieff)
void SetRgcff(double iRgcff)
void SetBsrff(double iBsrff)
void SaveOptionsToOutput(WCSimRootOptions *wcopt)
void SetAbwff(double iAbwff)
WCSimTuningMessenger * TuningMessenger
void SetRayff(double iRayff)
void SetTvspacing(double iTvspacing)
void SetTopveto(bool iTopveto)