All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
spacecharge_sbnd.fcl
Go to the documentation of this file.
1 #
2 # File: spacecharge_sbnd.fcl
3 # Purpose: configuration of the space charge correction for SBND
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: June 1st, 2016
6 # Version: 1.0
7 #
8 # Provides:
9 # - sbnd_spacecharge: standard space charge correction, that is no correction
10 # at all
11 #
12 # Use as:
13 #
14 # services: {
15 # # ...
16 # SpaceCharge: @local::sbnd_spacecharge
17 # }
18 #
19 # Changes:
20 # 20160601 (petrillo@fnal.gov) [v1.0]
21 # first version: no correction
22 #
23 #
24 
25 #include "spacecharge.fcl"
26 
27 
28 BEGIN_PROLOG
29 
30 
31 sbnd_spacecharge: @local::standard_spacecharge
32 
33 #have SpaceCharge off by default
34 sbnd_spacecharge.EnableSimEfield : false
35 sbnd_spacecharge.EnableSimEfield : false
36 sbnd_spacecharge.InputFilename: "SCEoffsets/SCEoffsets_SBND_E500_voxelTH3.root"
37 sbnd_spacecharge.RepresentationType: "Voxelized_TH3"
38 sbnd_spacecharge.service_provider: SpaceChargeServiceSBND
39 
40 
41 END_PROLOG