Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Using Marlin Reco | ||||||||
Line: 30 to 30 | ||||||||
Make sure that the input and output collection names match between consecutive processors and also match your naming convention. | ||||||||
Added: | ||||||||
> > | Problems
We noticed that the GearOutput.xml produced when running our simulation was incomplete and one would get this type of errors:
*********************************************** A runtime error occured - (uncaught exception): gear::UnknownParameterException: StripLineProperties_dEdx Marlin will have to be terminated, sorry. ***********************************************Once the missing detector parameters (see this for example) are added though, the reconstruction runs. | |||||||
-- DanProtopopescu - 2013-12-06 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Using Marlin Reco | ||||||||
Line: 6 to 6 | ||||||||
Changed: | ||||||||
< < | Needed processors | |||||||
> > | Required processors | |||||||
Changed: | ||||||||
< < | For full reconstruction, one needs the following processors (list taken from the example settering file cheattracks+jetfind.xml included in the LCFI Vertex package): | |||||||
> > | For full reconstruction, one needs the following processors: | |||||||
<execute> <processor name="MyMaterialDB" /> | ||||||||
Line: 24 to 24 | ||||||||
Added: | ||||||||
> > | This list was taken from the example steering file cheattracks+jetfind.xml included in the LCFIVertex package (in ilcsoft/v01-14/LCFIVertex/v00-06-01/steering/ ). | |||||||
Make sure all needed processors are compiled. See this wiki for details on how to recompile MarlinReco. | ||||||||
Added: | ||||||||
> > | Make sure that the input and output collection names match between consecutive processors and also match your naming convention. | |||||||
-- DanProtopopescu - 2013-12-06 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Using Marlin RecoWe ran our own simulations locally, using the PPE batch farm, and now we want to do reconstruction. This wiki explains how to do this, step by step.Needed processorsFor full reconstruction, one needs the following processors (list taken from the example settering filecheattracks+jetfind.xml included in the LCFI Vertex package):
<execute> <processor name="MyMaterialDB" /> <processor name="MyFTDDigiProcessor" /> <processor name="MyTPCDigiProcessor" /> <processor name="MyVTXDigiProcessor" /> <processor name="MySimpleCaloDigi" /> <processor name="MyClusterCheater5_3" /> <processor name="MyTrackCheaterWithFit" /> <processor name="MyWolf" /> <processor name="MySelectReconstructedParticle" /> <processor name="MyLCIOOutputProcessor" /> </execute>Make sure all needed processors are compiled. See this wiki for details on how to recompile MarlinReco. -- DanProtopopescu - 2013-12-06 |