test_GeoRopChannelGroupService.cxx
Go to the documentation of this file.
1 // test_GeoRopChannelGroupService.cxx
2 
3 // David Adams
4 // October 2016
5 //
6 // Test GeoRopChannelGroupService.
7 
8 #include "../GeoRopChannelGroupService.h"
9 #include <string>
10 #include <iostream>
11 #include <sstream>
12 #include <fstream>
13 #include <iomanip>
15 
16 using std::string;
17 using std::cout;
18 using std::endl;
19 using std::istringstream;
20 using std::ostringstream;
21 using std::ofstream;
22 using std::setw;
23 using std::vector;
24 using art::ServiceHandle;
25 
26 #undef NDEBUG
27 #include <cassert>
28 
30  const string myname = "test_GeoRopChannelGroupService: ";
31 #ifdef NDEBUG
32  cout << myname << "NDEBUG must be off." << endl;
33  abort();
34 #endif
35  const string line = "-----------------------------";
36 
37  cout << myname << line << endl;
38  cout << myname << "Create fcl file." << endl;
39 
40  std::ostringstream oss;
41  // Default geometries from larcore: lartpcdetector_geometry, bo_geo
42  oss << "#include \"geometry.fcl\"" << endl;
43  oss << "services: @local::" << sgeo << "_geometry_services" << endl;
44  oss << "services.ChannelGroupService: {" << endl;
45  oss << " service_provider: \"GeoRopChannelGroupService\"" << endl;
46  oss << "}" << endl;
48 
49  cout << myname << line << endl;
50  cout << myname << "Fetch ChannelGroupService." << endl;
52  hcgs->print(cout, myname);
53 
54  cout << myname << line << endl;
55  cout << myname << "Geometry: " << sgeo << endl;
56 
57  cout << myname << line << endl;
58  unsigned int nrop = hcgs->size();
59  cout << myname << "Check ROP count: " << nrop << endl;
60  if ( sgeo == "lartpcdetector" ) {
61  assert( nrop == 3 );
62  } else if ( sgeo == "bo" ) {
63  assert( nrop == 3 );
64  } else {
65  cout << myname << "Unknown geometry" << endl;
66  }
67 
68  cout << myname << line << endl;
69  cout << myname << "ROP names and channels:" << endl;
70  for ( unsigned int irop=0; irop<nrop; ++irop ) {
71  string name = hcgs->name(irop);
72  const vector<ChannelGroupService::Index> chans = hcgs->channels(irop);
73  cout << myname << " " << setw(10) << name << ": ["
74  << setw(6) << chans.front() << ", "
75  << setw(6) << chans.back() << "]" << endl;
76  assert( name.size() );
77  assert( name != "NoSuchRop" );
78  assert( chans.size() );
79  }
80 
81  cout << myname << line << endl;
82  cout << myname << "Done." << endl;
83  return 0;
84 }
85 
86 int main(int argc, char* argv[]) {
87  string sgeo = "lartpcdetector";
88  if ( argc > 1 ) {
89  sgeo = argv[1];
90  if ( sgeo == "-h" ) {
91  cout << "Usage: " << argv[0] << endl;
92  cout << " " << argv[0] << " lartpcdetector";
93  cout << " " << argv[0] << " bo" << endl;
94  return 0;
95  }
96  }
97  return test_GeoRopChannelGroupService(sgeo);
98 }
99 
100 
101 //******************************************************************************
102 //*** Big configuration chunks
103 //***
104 
105 // this is a copy of the "standard" LArProperties configuration
107  service_provider: "LArPropertiesServiceStandard"
108 
109  # For following parameters, see http://pdg.lbl.gov/AtomicNuclearProperties/
110  RadiationLength: 19.55 # g/cm^2
111  AtomicNumber: 18 # Ar atomic number.
112  AtomicMass: 39.948 # Ar atomic mass (g/mol).
113  ExcitationEnergy: 188.0 # Ar mean excitation energy (eV).
114 
115 # realistic Argon 39 decays
116 # Argon39DecayRate: 0.00141 # decays per cm^3 per second. Assumes 1.01 Bq/kg and a density of 1.396 g/cc
117 # switch them off for faster simulation
118  Argon39DecayRate: 0.0
119 
120  # Optical properties
121  # Fast and slow scintillation emission spectra, from [J Chem Phys vol 91 (1989) 1469]
122  FastScintEnergies: [ 6.0, 6.7, 7.1, 7.4, 7.7, 7.9, 8.1, 8.4, 8.5, 8.6, 8.8, 9.0, 9.1, 9.4, 9.8, 10.4, 10.7]
123  SlowScintEnergies: [ 6.0, 6.7, 7.1, 7.4, 7.7, 7.9, 8.1, 8.4, 8.5, 8.6, 8.8, 9.0, 9.1, 9.4, 9.8, 10.4, 10.7]
124  FastScintSpectrum: [ 0.0, 0.04, 0.12, 0.27, 0.44, 0.62, 0.80, 0.91, 0.92, 0.85, 0.70, 0.50, 0.31, 0.13, 0.04, 0.01, 0.0]
125  SlowScintSpectrum: [ 0.0, 0.04, 0.12, 0.27, 0.44, 0.62, 0.80, 0.91, 0.92, 0.85, 0.70, 0.50, 0.31, 0.13, 0.04, 0.01, 0.0]
126  ScintResolutionScale: 1. # resolution factor used by G4 scintillation
127  ScintFastTimeConst: 6. # fast scintillation time constant (ns)
128  ScintSlowTimeConst: 1590. # slow scintillation time constant (ns)
129  ScintBirksConstant: 0.069 # birks constant for LAr (1/MeV cm)
130  ScintYield: 24000. # total scintillation yield (ph/Mev)
131  ScintPreScale: 0.03 # Scale factor to reduce number of photons simulated
132  # Later QE should be corrected for this scale
133  ScintYieldRatio: 0.3 # fast / slow scint ratio (needs revisitting)
134  ScintByParticleType: false # whether to use different yields and
135  # quenching per particle in fast op sim
136  EnableCerenkovLight: true # whether to switch on cerenkov light (slow)
137 
138 
139 
140 
141  # Scintillation yields and fast/slow ratios per particle type
142  MuonScintYield: 24000
143  MuonScintYieldRatio: 0.23
144  PionScintYield: 24000
145  PionScintYieldRatio: 0.23
146  ElectronScintYield: 20000
147  ElectronScintYieldRatio: 0.27
148  KaonScintYield: 24000
149  KaonScintYieldRatio: 0.23
150  ProtonScintYield: 19200
151  ProtonScintYieldRatio: 0.29
152  AlphaScintYield: 16800
153  AlphaScintYieldRatio: 0.56
154 
155 
156  # Refractive index as a function of energy (eV) from arXiv:1502.04213v1
157  RIndexEnergies: [ 1.900, 2.934, 3.592, 5.566, 6.694, 7.540, 8.574, 9.044, 9.232, 9.420, 9.514, 9.608, 9.702, 9.796, 9.890, 9.984, 10.08, 10.27, 10.45, 10.74, 10.92 ]
158  RIndexSpectrum: [ 1.232, 1.236, 1.240, 1.261, 1.282, 1.306, 1.353, 1.387, 1.404, 1.423, 1.434, 1.446, 1.459, 1.473, 1.488, 1.505, 1.524, 1.569, 1.627, 1.751, 1.879 ]
159 
160  # absorption length as function of energy
161  AbsLengthEnergies: [ 4, 5, 6, 7, 8, 9, 10, 11 ]
162  AbsLengthSpectrum: [ 2000., 2000., 2000., 2000., 2000., 2000., 2000., 2000.]
163 
164  # Rayleigh scattering length (cm) @ 90K as a function of energy (eV) from arXiv:1502.04213
165  RayleighEnergies: [ 2.80, 3.00, 3.50, 4.00, 5.00, 6.00, 7.00, 8.00, 8.50, 9.00, 9.20, 9.40, 9.50, 9.60, 9.70, 9.80, 9.90, 10.0, 10.2, 10.4, 10.6, 10.8 ]
166  RayleighSpectrum: [ 47923., 35981., 18825., 10653., 3972., 1681., 750.9, 334.7, 216.8, 135.0, 109.7, 88.06, 78.32, 69.34, 61.06, 53.46, 46.50, 40.13, 28.91, 19.81, 12.61, 7.20 ]
167 
168  # Surface reflectivity data - vector of energy spectrum per
169  # surface type
170  ReflectiveSurfaceEnergies: [ 7, 9, 10 ]
171  ReflectiveSurfaceNames: [ "STEEL_STAINLESS_Fe7Cr2Ni" ]
172  ReflectiveSurfaceReflectances: [ [ 0.25, 0.25, 0.25 ] ]
173  ReflectiveSurfaceDiffuseFractions: [ [ 0.5, 0.5, 0.5 ] ]
174 )cfg"};
175 
176 
177 // this is a copy of the "standard" DetectorProperties configuration
179 service_provider: "DetectorPropertiesServiceStandard"
180 
181 # Drift properties
182 SternheimerA: 0.1956 # Ar Sternheimer parameter a.
183 SternheimerK: 3.0000 # Ar Sternheimer parameter k.
184 SternheimerX0: 0.2000 # Ar Sternheimer parameter x0.
185 SternheimerX1: 3.0000 # Ar Sternheimer parameter x0.
186 SternheimerCbar: 5.2146 # Ar Sternheimer parameter Cbar.
187 
188 Temperature: 87
189 Electronlifetime: 3.0e3
190 Efield: [0.5,0.666,0.8] #(predicted for microBooNE)
191 ElectronsToADC: 6.8906513e-3 # 1fC = 43.008 ADC counts for DUNE fd
192 NumberTimeSamples: 4492 # drift length/drift velocity*sampling rate = (359.4 cm)/(0.16 cm/us)*(2 MHz)
193 ReadOutWindowSize: 4492 # drift length/drift velocity*sampling rate = (359.4 cm)/(0.16 cm/us)*(2 MHz)
194 TimeOffsetU: 0.
195 TimeOffsetV: 0.
196 TimeOffsetZ: 0.
197 DriftVelFudgeFactor: 1.
198 
199 SimpleBoundaryProcess: true #enable opticalBoundaryProcessSimple instead of G4 default
200 
201 )cfg"};
static QCString name
Definition: declinfo.cpp:673
const std::string DetectorPropertiesServiceConfigurationString
virtual Index size() const =0
std::string string
Definition: nybbler.cc:12
struct vector vector
int main(int argc, char *argv[])
static void load_services(std::string const &config)
virtual std::ostream & print(std::ostream &out=std::cout, std::string prefix="") const =0
virtual const ChannelVector & channels(Index igrp) const =0
Q_EXPORT QTSManip setw(int w)
Definition: qtextstream.h:331
int test_GeoRopChannelGroupService(string sgeo)
virtual Name name(Index igrp) const =0
const std::string LArPropertiesServiceConfigurationString
void line(double t, double *p, double &x, double &y, double &z)
QTextStream & endl(QTextStream &s)