-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLCTuple_2.xml
More file actions
92 lines (85 loc) · 5.54 KB
/
LCTuple_2.xml
File metadata and controls
92 lines (85 loc) · 5.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<marlin>
<execute>
<processor name="MyAIDAProcessor"/>
<processor name="MyFastJetProcessor"/>
<processor name="LCTupleDefault"/>
</execute>
<global>
<parameter name="LCIOInputFiles"> Output_REC_2.slcio </parameter>
<parameter name="SkipNEvents" value="0" />
<parameter name="SupressCheck" value="false" />
<parameter name="Verbosity" options="DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT"> MESSAGE </parameter>
</global>
<processor name="MyAIDAProcessor" type="AIDAProcessor">
<parameter name="Compress" type="int" value="1"/>
<parameter name="FileName" type="string" value="JetHistograms_2"/>
<parameter name="FileType" type="string" value="root"/>
</processor>
<processor name="LCTupleDefault" type="LCTuple">
<!--LCTuple creates a ROOT TTRee with a column wise ntuple from LCIO collections ....-->
<!--Name of the CalorimeterHit collection-->
<parameter name="CalorimeterHitCollection" type="string" lcioInType="CalorimeterHit"> </parameter>
<!--Name of the Cluster collection-->
<parameter name="ClusterCollection" type="string" lcioInType="Cluster"> PandoraClusters </parameter>
<!--Name of the IsoLep collection-->
<parameter name="IsoLepCollection" type="string" lcioInType="ReconstructedParticle"> </parameter>
<!--Name of the Jet collection-->
<parameter name="JetCollection" type="string" lcioInType="ReconstructedParticle"> </parameter>
<!--Switch to write out extra parameters calculated using information from Jet Finder-->
<parameter name="JetCollectionExtraParameters" type="bool">true </parameter>
<!--Switch to write out jet parameters coming from LCFIPlus tagging processor-->
<parameter name="JetCollectionTaggingParameters" type="bool">true </parameter>
<!--Names of LCRelation collections - need parallel prefix names in RelPrefixes-->
<parameter name="LCRelationCollections" type="StringVec" lcioInType="LCRelation"> </parameter>
<!-- Names of prefixes for variables from LCRelation collections - needs to be parallel to LCRelationCollections (one prefix per collection) -->
<parameter name="LCRelationPrefixes" type="StringVec"> </parameter>
<!--Names of LCRelation collections of PFO-->
<parameter name="LCRelationwithPFOCollections" type="string" lcioInType="LCRelation"> </parameter>
<!--Name of the MCParticle collection-->
<parameter name="MCParticleCollection" type="string" lcioInType="MCParticle">MCParticle </parameter>
<!--Name of the MCParticle collection where the overlay is removed-->
<parameter name="MCParticleRemoveOverlayCollection" type="string" lcioInType="MCParticle"> </parameter>
<!--Name of the PFO collection with Relation-->
<parameter name="PFOwithRelationCollection" type="string" lcioInType="ReconstructedParticle"> </parameter>
<!--Name of the ReconstructedParticle collection-->
<parameter name="RecoParticleCollection" type="string" lcioInType="ReconstructedParticle">ReconstructedParticle </parameter>
<!--Name of the SimCalorimeterHit collection-->
<parameter name="SimCalorimeterHitCollection" type="string" lcioInType="SimCalorimeterHit"> </parameter>
<!--Name of the SimTrackerHit collection-->
<parameter name="SimTrackerHitCollection" type="string" lcioInType="SimTrackerHit">VertexBarrelCollection </parameter>
<!--Name of the Track collection-->
<parameter name="TrackCollection" type="string" lcioInType="Track"> </parameter>
<!--Name of the TrackerHit collection-->
<parameter name="TrackerHitCollection" type="string" lcioInType="TrackerHit"> </parameter>
<!--verbosity level of this processor ("DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT")-->
<!--parameter name="Verbosity" type="string">DEBUG </parameter-->
<!--Name of the Vertex collection-->
<parameter name="VertexCollection" type="string" lcioInType="Vertex"> </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteCalorimeterHitCollectionParameters" type="bool">false </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteClusterCollectionParameters" type="bool">false </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteIsoLepCollectionParameters" type="bool">false </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteJetCollectionParameters" type="bool">true </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteMCParticleCollectionParameters" type="bool">true </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteRecoParticleCollectionParameters" type="bool">true </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteSimCalorimeterHitCollectionParameters" type="bool">true </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteSimTrackerHitCollectionParameters" type="bool">true </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteTrackCollectionParameters" type="bool">true </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteTrackerHitCollectionParameters" type="bool">true </parameter>
<!--Switch to write out collection parameters-->
<parameter name="WriteVertexCollectionParameters" type="bool">false </parameter>
</processor>
<processor name="MyFastJetProcessor" type="FastJetProcessor">
<parameter name="jetOut" type="string" lcioOutType="ReconstructedParticle">JetOut </parameter>
<parameter name="recParticleIn" type="string" lcioInType="ReconstructedParticle"> PandoraPFOs </parameter>
<parameter name="recombinationScheme" type="string">E_scheme </parameter>
</processor>