mvamodule.fcl
Go to the documentation of this file.
1 #include "calorimetry_dune10kt.fcl"
2 #include "trackfinderalgorithms.fcl"
3 
4 BEGIN_PROLOG
5 
6 dunefd_mvaselect:
7 {
8  module_type: "MVASelect"
9 
10  Select: "numu"
11  MVAMethods: ["BDTG"]
12  WeightFiles: ["/dune/app/users/talion/TMVALAr/srcs/dunetpc/dune/FDSensOpt/MVAAlg/TMVAClassification_BDTG.weights.xml"]
13  MakeAnaTree: false # Tree for general use
14  MakeWeightTree: false # Tree for TMVAClassification input, makes weight file
15  MakeSystHist: false
16  #HitsModuleLabel: "lineclusterdc"
17  #TrackModuleLabel: "pmtrackdc"
18  #ClusterModuleLabel: "lineclusterdc"
19  #VertexModuleLabel: "pmtrackdc"
20  #ShowerModuleLabel: "emshowerdc"
21  #CalorimetryModuleLabel: "pmtrackcalodc"
22  RawDigitModuleLabel: "daq"
23  WireModuleLabel: "caldata"
24  HitsModuleLabel: "linecluster"
25  TrackModuleLabel: "pmtrack"
26  ClusterModuleLabel: "linecluster"
27  VertexModuleLabel: "pmtrack"
28  ShowerModuleLabel: "emshower"
29  CalorimetryModuleLabel: "pmtrackcalo"
30  GenieGenModuleLabel: "generator"
31  POTModuleLabel: "generator"
32  FlashModuleLabel: "opflash"
33  CalorimetryAlg: @local::dune10kt_calorimetryalgmc
34  FidVolCut: 3.0
35 }
36 
37 dunefd_inisegreco:
38 {
39  module_type: "IniSegReco"
40  HitsModuleLabel: "lineclusterdc"
41  TrackModuleLabel: "pmtrackdc"
42  ClusterModuleLabel: "lineclusterdc"
43  GenieGenModuleLabel: "generator"
44  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
45  FidVolCut: 3.0
46 }
47 
48 dunefd_shseg:
49 {
50  module_type: "ShSeg"
51  HitsModuleLabel: "Hit"
52  FidVolCut: 3.0
53  CalorimetryAlg: @local::dune10kt_calorimetryalgmc
54  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
55 }
56 
57 END_PROLOG