CellTree.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_celltree:
4 {
5  module_type : "CellTree"
6 
7  saveRaw : false
8  saveCalib : false
9  saveOpHit : false
10  saveOpFlash : false
11  saveSimChannel : false
12  saveTrigger : false
13  saveMC : false
14  saveJSON : false
15  nRawSamples : 9600
16  RawDigitLabel : "daq"
17  CalibLabel : "caldata"
18  OpHitLabel : "ophit"
19  OpFlashLabel : "opflash"
20  TriggerLabel : "daq"
21  SpacePointLabels: ["trackkalmanhit","wirecell"]
22  SimChannelLabel : "largeant"
23  SimEnergyDepositLabel : "largeant:TPCActive"
24  mcOption : "all"
25  opMultPEThresh : 5
26  saveMCTrackPoints : true
27  outFile : "celltree.root"
28 }
29 
30 END_PROLOG