Skip to content

Commit

Permalink
Add dd4hep processor to vtx makentuple steering file
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Mar 21, 2019
1 parent 42b76cd commit d8471d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Flavour_tagging/vtx_makentp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@


<execute>

<processor name="InitDD4hep"/>

<!-- ========== Pre-JetClustering with FastJet to fight gg->hadrons background ========== -->
<Xprocessor name="MyFastJetProcessor"/>
<!-- ========== Vertex Finder =========================================================== -->
Expand All @@ -26,6 +29,15 @@ input_file.slcio
<parameter name="RandomSeed" value="1234567890" />
</global>

<processor name="InitDD4hep" type="InitializeDD4hep">
<!--InitializeDD4hep reads a compact xml file and initializes the DD4hep::LCDD object-->
<!--Name of the DD4hep compact xml file to load-->
<parameter name="EncodingStringParameter"> GlobalTrackerReadoutID </parameter>
<parameter name="DD4hepXMLFile" type="string">
/cvmfs/clicdp.cern.ch/iLCSoft/builds/nightly/x86_64-slc6-gcc62-opt/lcgeo/HEAD/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml
</parameter>
</processor>

<!-- ========== Jet clustering for gg->hadrons removal ================================== -->
<processor name="MyFastJetProcessor" type="FastJetProcessor">
<parameter name="algorithm" type="StringVec"> ValenciaPlugin 1.2 1.0 0.7 </parameter>
Expand Down

0 comments on commit d8471d9

Please sign in to comment.