Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | ZZ Fusion Analysis | |||||||
> > | Jet Flavour Tagging Howto | |||||||
| ||||||||
Changed: | ||||||||
< < | This is a detailed record on how the Marlin framework and adjacent packages are used for our analysis of the feasibility of the ZZ fusion channel with CLIC ILD at 1.4 TeV. | |||||||
> > | This is a detailed record on how the Marlin framework and included LCFI packages are used for jet flavour tagging. b-jet flavour tagging is part of our analysis of the feasibility of the ZZ fusion channel with CLIC ILD at 1.4 TeV. | |||||||
Line: 11 to 11 | ||||||||
Changed: | ||||||||
< < | Jet Finder and Flavour Tagging | |||||||
> > | Jet Finder and Truth Tagging | |||||||
We use the LCFI![]() | ||||||||
Line: 53 to 53 | ||||||||
Our input slcio files contain the collections: LooseSelectedPandoraPFANewPFOs, MCParticlesSkimmed, PandoraPFANewClusters, PandoraPFANewPFOs, PandoraPFANewReclusterMonitoring, ProngVertices, RecoMCTruthLink, SelectedLDCTracks, SelectedPandoraPFANewPFOs, TightSelectedPandoraPFANewPFOs and V0Vertices.
| ||||||||
Changed: | ||||||||
< < | The processors listed above could be run in sequence, or split in several steps, invoking a LCIOOutput processor to write intermediate slcio outputs at every step. Here's a script for that. We found that the most time-consuming processor is ZVTOP_ZVRES with more than 10 s/event. | |||||||
> > | The processors listed above could be run in sequence, or split in several steps, invoking a LCIOOutput processor to write intermediate slcio outputs at every step. Here's a script for that, where the intermediate xml files are slight modifications of the files provided in LCFIVertex/steering examples. We found that the most time-consuming processor is ZVTOP_ZVRES with more than 10 s/event. | |||||||
The LCIOOutput processor creates new slcio files containing the new collections added by the above processors. | ||||||||
Changed: | ||||||||
< < | Troubleshooting: The b3_D0CutValue parameter of the IPRPCutProcessor was set to 5O instead of 50 , and was causing a crash. For the ZVRESRPCut processor, h1_MCPIDEnable had to be set to false . | |||||||
> > | Troubleshooting: The b3_D0CutValue parameter of the IPRPCutProcessor was set to 5O instead of 50 , and was causing a crash. For the ZVRESRPCut processor, h1_MCPIDEnable had to be set to false . See also this post![]() | |||||||
Neural Network Training | ||||||||
Line: 69 to 71 | ||||||||
The neural nets are saved as XML files in nnets/ and will be used for flavour tagging (next step). No slcio output is written at this time. | ||||||||
Deleted: | ||||||||
< < | Flavour Tagging | |||||||
Changed: | ||||||||
< < | Now are ready to employ the FlavourTag processor, which will do flavour tagging using the neural nets trained in the previous step. Our steering file contains the following processors: | |||||||
> > | Flavour Tagging | |||||||
Added: | ||||||||
> > | Now we are ready to employ the FlavourTag processor, which will do flavour tagging using the neural nets trained in the previous step. The input slcio file contains the FlavourTagInputs and FTSelectedJets (or Durham_4Jets, not sure if there's a difference at this level) collections. | |||||||
<processor name="MyFlavourTag"/> | ||||||||
Added: | ||||||||
> > | | |||||||
Added: | ||||||||
> > | The output slcio will contain the collection FlavourTag which will be used for our ZZFusion analysis. | |||||||
Purity and Efficiency Studies | ||||||||
Changed: | ||||||||
< < | To determine the optimal cut for our b-tagging, a purity vs. efficiency study was performed. One can use the MakePurityVsEfficiencyRootPlot.C macro provided by the LCFIVertex package. Note that LCFI must be compiled with ROOT if one wants .root output from PlotProcessor (instead of .txt). For this, add as usual | |||||||
> > | To determine the optimal cut for our b-tagging, a purity vs. efficiency study was performed. One can use the MakePurityVsEfficiencyRootPlot.C macro provided by the LCFIVertex package.
First, we have to run:
<processor name="MyAIDAProcessor"/> <processor name="MyPlot"/> <processor name="MyLCFIAIDAPlotProcessor"/>We had to provide MyPlot with the actual name of the TrueJetFlavourCollection: <parameter name="TrueJetFlavourCollection" type="string">TrueJetFlavour_4Jets </parameter>Note that LCFI must be compiled with ROOT if one wants .root output from PlotProcessor (instead of .txt). For this, add as usual | |||||||
FIND_PACKAGE( ROOT REQUIRED ) FOREACH( pkg ROOT ) | ||||||||
Line: 90 to 105 | ||||||||
ENDIF() ENDFOREACH() | ||||||||
Changed: | ||||||||
< < | to the LCFIVertex/CMakeLists.txt file, source the root environment, then run cmake and make install . We also had to provide MyPlot with the actual name of the TrueJetFlavourCollection:
<parameter name="TrueJetFlavourCollection" type="string">TrueJetFlavour_4Jets </parameter>Customise the MakePurityVsEfficiencyRootPlot.C macro and run it to produce the purity vs. efficiency plots.
Acceptance StudiesElectrons from Hard Bremsstrahlung | |||||||
> > | to the LCFIVertex/CMakeLists.txt file, source the root environment, then run cmake and make install . | |||||||
Changed: | ||||||||
< < | Luminosity and Event Weights | |||||||
> > | Once the Plots processors are run via Marlin , a RAIDA root file will be produced. Customise the MakePurityVsEfficiencyRootPlot.C macro and run it to use the RAIDA as input to produce the purity vs. efficiency plots. | |||||||
Line: 112 to 117 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|