string PackageName = "AccessCorrections" bool Debug = true // EM id algorithm // Select the EMparticle chunk: // simple cone algorithm --> EMReco-scone-id // cell nearest neighbour algorithm --> EMReco-cnn-id RCP EMid_Algo = < emreco EMReco-scone-id > string EMid_SearchRCPs = ("clusterer","HMReco",) // (Run II 0.5 cone algorithm with preclustering) // See the RCP files in the jetanalyze package for other possibilities. string JetAlgo_type = "PreSCilcone" string JetAlgo_names = ( "towers" "coneSize" "Radius_of_Cone" "Min_Jet_ET") float JetAlgo_values = ( 0. 0.3 0.5 8. )