runRecoAnalyze.rcp Example

// $Id: runRecoAnalyze.rcp,v 1.7.4.5 2000/12/13 00:56:53 melanson Exp $
//

//
//  framework information
string InterfaceName = "process"
string Interfaces = "generator decide builder filter modify analyze process dump jobSummary runEnd runInit"
string Flow = "generator decide builder filter modify process analyze dump"
//
//  packages information

//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// this is the string to add to if you want to write out your data in EVPACK
// type format, you need to add 'write' to the end of it like this:
//string Packages = "geo read ntplmgr mc vtx ch em muon jet1 jet2 jet3 jet4 jet5 aktIIpart aktIIcal aILCApart aILCA aktIIpart04 aktIIcal04 aILCApart05 aILCA05 met tau write"
//
//Then Check that the write key below points to your RecoAWriteEvent rcp
// (Which it does in this example)
// To remove a package just take it out of the packages string, no need to 
// change the stuff below That way it is easy to change back
//

string Packages = "geo read ntplmgr mc vtx ch em muon jet1 jet2 jet3 jet4 jet5 aktIIpart aktIIcal aILCApart aILCA aktIIpart04 aktIIcal04 aILCApart05 aILCA05 met tau"
//
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


//RCP sam   = <reco_analyze RecoASAMManager>
RCP read  = <d0reco D0recoReadEvent>
RCP geo   = <geometry_management geometry_management>
RCP ntplmgr= <reco_analyze RecoANtupleMgr>
RCP mc = <mc_analyze MCAnalyze>
RCP vtx = <vertex_analyze VertexAnalysis>
RCP ch = <chpart_analyze ChAnalyze>
RCP em    = <em_analyze EMAnalyze>
RCP muon  = <muo_analyze MuoIdAnalyze>
RCP jet1   = <jetanalyze JetAnalyze>
RCP jet2   = <jetanalyze JetAnaPreSCCMC>
RCP jet3   = <jetanalyze JetAnaPreSCC>
RCP jet4   = <jetanalyze JetAnaKTMC>
RCP jet5   = <jetanalyze JetAnaKT>
// kT Ellis and Soper with geometrical preclustering  MCparticles
RCP aktIIpart = <jetanalyze JetAnaKTMCII>
// kT Ellis and Soper with geometrical preclustering  CAL
RCP aktIIcal  = <jetanalyze JetAnaKTII>
// Improved Legacy Cone Algorithm  using simple cone preclustering MC particles
RCP aILCApart = <jetanalyze JetAnaPreSC_ILCA_MC>
// Improved Legacy Cone Algorithm  using simple cone preclustering CAL
RCP aILCA = <jetanalyze JetAnaPreSC_ILCA> 
// kT Ellis and Soper with geometrical preclustering  MCparticles D=0.4
RCP aktIIpart04 = <jetanalyze JetAnaKTMCII_04>
// kT Ellis and Soper with geometrical preclustering  CAL D=0.4
RCP aktIIcal04  = <jetanalyze JetAnaKTII_04>
// Improved Legacy Cone Algorithm  using simple cone preclustering MC particles R=0.5
RCP aILCApart05 = <jetanalyze JetAnaPreSC_ILCA_MC_05>
// Improved Legacy Cone Algorithm  using simple cone preclustering CAL R=0.5
RCP aILCA05 = <jetanalyze JetAnaPreSC_ILCA_05> 
RCP met   = <jetanalyze AnalyzeMissingET>
RCP tau   = <tau_analyze TauAnalyze>
RCP dump  = <reco_analyze RecoADumpEvent>
RCP write  = <reco_analyze RecoAWriteEvent>
int DumpPeriod = 1




    


By Dave Evans
Last modified: Tue Jan 23 10:51:58 CST 2001