[CMSSW] / UserCode / SCerci / macros_note / Inclusive_forward_jet_analysis_fullsimulation / data_analysis_code / SingleForwardJet_L2L3CorSiSCone05_Pt_20_30.cfg Repository:
ViewVC logotype

Annotation of /UserCode/SCerci/macros_note/Inclusive_forward_jet_analysis_fullsimulation/data_analysis_code/SingleForwardJet_L2L3CorSiSCone05_Pt_20_30.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (view) (download)

1 : salim 1.1 #--------------------------------------------------------------------
2 :     ## (c) CMS Collaboration 2007-2008
3 :     ##
4 :     ## Authors: Salim Cerci [Cukurova Univ] & D. d'Enterria [CERN]
5 :     ##--------------------------------------------------------------------
6 :     process Analysis = {
7 :    
8 :     # MessageLogger control
9 :     #
10 :     include "FWCore/MessageService/data/MessageLogger.cfi"
11 :    
12 :     source = PoolSource {
13 :     untracked vstring fileNames = {
14 :    
15 :     'rfio:/castor/cern.ch/user/s/salim/SisConeRecoData/Compressed_sample2.root'
16 :     }
17 :     #used for CMSSW_1_3_3
18 :     # untracked int32 maxEvents = 1
19 :     }
20 :     #used for CMSSW_1_6_0
21 :    
22 :     untracked PSet maxEvents = {untracked int32 input = -1}
23 :    
24 :     #################MC_Corrected######################################
25 :    
26 :     # Declare the possible kinds of corJets: possible
27 :     # collections of corrected calojets and also the correction
28 :     # services that allows user to correct jets on the fly.
29 :     # Here we use the Spring07 jet corrections.
30 :     ##include "JetMETCorrections/MCJet/data/MCJetCorrectionsSpring07.cff"
31 :     #CSA07_1_5_2
32 :     ##include "JetMETCorrections/MCJet/data/MCJetCorrectionsSisCone152.cff"
33 :     # Pick MCJetCorrectionService to set record's IOV
34 :    
35 :     ## es_prefer MCJetCorrectorScone5 = MCJetCorrectionService {}
36 :     ###################################################################
37 :    
38 :     ##########################L2&L3Corrections#########################
39 :     es_source L2JetCorrectorsisCone5 = L2RelativeCorrectionService {
40 :     string tagName = 'CMSSW_152_L2Relative_sisCone5'
41 :     string label = 'L2RelativeJetCorrectorsisCone5'
42 :     }
43 :    
44 :     es_source L3JetCorrectorsisCone5 = L3AbsoluteCorrectionService {
45 :     string tagName = 'CMSSW_152_L3Absolute_sisCone5'
46 :     string label = 'L3AbsoluteJetCorrectorsisCone5'
47 :     }
48 :     # Pick MCJetCorrectionService to set record's IOV
49 :     es_prefer L2JetCorrectorsisCone5 = L2RelativeCorrectionService {}
50 :    
51 :     module L2JetCorJetsisCone5 = JetCorrectionProducer {
52 :     InputTag src = sisCone5CaloJets
53 :     vstring correctors = {"L2RelativeJetCorrectorsisCone5"}
54 :     untracked string alias = "L2JetCorJetsisCone5"
55 :     }
56 :    
57 :     module L3JetCorJetsisCone5 = JetCorrectionProducer {
58 :     InputTag src = L2JetCorJetsisCone5
59 :     vstring correctors = {"L3AbsoluteJetCorrectorsisCone5"}
60 :     untracked string alias = "L3JetCorJetsisCone5"
61 :     }
62 :    
63 :    
64 :    
65 :     module Test = SingleIncForwardJet
66 :     {
67 :     #############MC_Corrections###################
68 :     ##string CorJetAlgorithm = "MCJetCorJetScone5"
69 :     ##############################################
70 :    
71 :     #############L2&L3_Corrections################
72 :     string CaloJetAlgorithm ="L3JetCorJetsisCone5"
73 :     string GenJetAlgorithm = "sisCone5GenJets"
74 :     ##############################################
75 :    
76 :     string OutPutFile ="SingleIncForwardJet_QCD_Pt_20_30.root"
77 :    
78 :     #Jet_Id
79 :     PSet jetIdParameters = {
80 :     #used for CMSSW_1_6_0
81 :     string mcSource = "source"
82 :     #used for CMSSW_1_3_3
83 :     #string mcSource = "VtxSmeared"
84 :     bool fillPartons = true
85 :     bool fillHeavyHadrons = false
86 :     bool fillLeptons = false
87 :     double coneSizeToAssociate = 0.3
88 :     bool physicsDefinition = false
89 :     bool rejectBCSplitting = false
90 :     vstring vetoFlavour = { }
91 :     }
92 :    
93 :     }
94 :     module evtInfo = AsciiOutputModule {
95 :     }
96 :    
97 :     path p1 = {L2JetCorJetsisCone5,L3JetCorJetsisCone5,Test }
98 :    
99 :     endpath ep = {
100 :     evtInfo
101 :     }
102 :    
103 :     }

CERN LCG CVS service
ViewVC Help
Powered by ViewVC 1.0.9