Changes in / [bd0a1aa:4a0d9d5] in git
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rbd0a1aa r4a0d9d5 271 271 modules/Pythia8LinkDef.h \ 272 272 modules/PileUpMergerPythia8.h 273 tmp/modules/Pythia8Dict$(PcmSuf): \ 273 Pythia8Dict$(PcmSuf): \ 274 tmp/modules/Pythia8Dict$(PcmSuf) \ 274 275 tmp/modules/Pythia8Dict.$(SrcSuf) 275 Pythia8Dict$(PcmSuf): \276 tmp/modules/Pythia8Dict$(PcmSuf)277 276 DELPHES_DICT_OBJ += \ 278 277 tmp/modules/Pythia8Dict.$(ObjSuf) … … 289 288 classes/SortableObject.h \ 290 289 classes/DelphesClasses.h 291 tmp/classes/ClassesDict$(PcmSuf): \ 290 ClassesDict$(PcmSuf): \ 291 tmp/classes/ClassesDict$(PcmSuf) \ 292 292 tmp/classes/ClassesDict.$(SrcSuf) 293 ClassesDict$(PcmSuf): \294 tmp/classes/ClassesDict$(PcmSuf)295 293 tmp/external/ExRootAnalysis/ExRootAnalysisDict.$(SrcSuf): \ 296 294 external/ExRootAnalysis/ExRootAnalysisLinkDef.h \ … … 305 303 external/ExRootAnalysis/ExRootConfReader.h \ 306 304 external/ExRootAnalysis/ExRootTask.h 307 tmp/external/ExRootAnalysis/ExRootAnalysisDict$(PcmSuf): \ 305 ExRootAnalysisDict$(PcmSuf): \ 306 tmp/external/ExRootAnalysis/ExRootAnalysisDict$(PcmSuf) \ 308 307 tmp/external/ExRootAnalysis/ExRootAnalysisDict.$(SrcSuf) 309 ExRootAnalysisDict$(PcmSuf): \310 tmp/external/ExRootAnalysis/ExRootAnalysisDict$(PcmSuf)311 308 tmp/modules/ModulesDict.$(SrcSuf): \ 312 309 modules/ModulesLinkDef.h \ … … 351 348 modules/VertexFinder.h \ 352 349 modules/ExampleModule.h 353 tmp/modules/ModulesDict$(PcmSuf): \ 350 ModulesDict$(PcmSuf): \ 351 tmp/modules/ModulesDict$(PcmSuf) \ 354 352 tmp/modules/ModulesDict.$(SrcSuf) 355 ModulesDict$(PcmSuf): \356 tmp/modules/ModulesDict$(PcmSuf)357 353 DELPHES_DICT_OBJ += \ 358 354 tmp/classes/ClassesDict.$(ObjSuf) \ … … 370 366 modules/FastJetGridMedianEstimator.h \ 371 367 modules/RunPUPPI.h 372 tmp/modules/FastJetDict$(PcmSuf): \ 368 FastJetDict$(PcmSuf): \ 369 tmp/modules/FastJetDict$(PcmSuf) \ 373 370 tmp/modules/FastJetDict.$(SrcSuf) 374 FastJetDict$(PcmSuf): \375 tmp/modules/FastJetDict$(PcmSuf)376 371 FASTJET_DICT_OBJ += \ 377 372 tmp/modules/FastJetDict.$(ObjSuf) … … 389 384 display/DelphesHtmlSummary.h \ 390 385 display/DelphesPlotSummary.h 391 tmp/display/DisplayDict$(PcmSuf): \ 386 DisplayDict$(PcmSuf): \ 387 tmp/display/DisplayDict$(PcmSuf) \ 392 388 tmp/display/DisplayDict.$(SrcSuf) 393 DisplayDict$(PcmSuf): \394 tmp/display/DisplayDict$(PcmSuf)395 389 DISPLAY_DICT_OBJ += \ 396 390 tmp/display/DisplayDict.$(ObjSuf) … … 2172 2166 @rm $@.arch $@.base 2173 2167 2174 $(DELPHES_DICT_PCM): %Dict$(PcmSuf): 2175 @echo ">> Copying $@" 2176 @cp $< $@ 2177 2178 $(FASTJET_DICT_PCM): %Dict$(PcmSuf): 2179 @echo ">> Copying $@" 2180 @cp $< $@ 2181 2182 $(DISPLAY_DICT_PCM): %Dict$(PcmSuf): 2168 %Dict$(PcmSuf): 2183 2169 @echo ">> Copying $@" 2184 2170 @cp $< $@ -
cards/CMS_PhaseII/CMS_PhaseII_0PU.tcl
rbd0a1aa r4a0d9d5 184 184 set ResolutionFormula { 185 185 186 (abs(eta) <= 1.5) * ( energy*0.028) +186 (abs(eta) <= 1.5) * (1+0.64*abs(eta)^2)*(energy*0.028) + 187 187 (abs(eta) > 1.5 && abs(eta) <= 1.75) * (energy*0.037) + 188 188 (abs(eta) > 1.75 && abs(eta) <= 2.15) * (energy*0.038) + … … 313 313 # for the endcaps (1.5 < |eta| < 3.0), we take HGCAL see LHCC-P-008, Fig. 3.39, p.117 314 314 315 set ResolutionFormula { (abs(eta) <= 1.50) * sqrt(energy^2*0.009^2 + energy*0.12^2 + 0.45^2) +315 set ResolutionFormula { (abs(eta) <= 1.50) * (1+0.64*abs(eta)^2)*sqrt(energy^2*0.009^2 + energy*0.12^2 + 0.45^2) + 316 316 (abs(eta) > 1.50 && abs(eta) <= 1.75) * sqrt(energy^2*0.006^2 + energy*0.20^2) + \ 317 317 (abs(eta) > 1.75 && abs(eta) <= 2.15) * sqrt(energy^2*0.007^2 + energy*0.21^2) + \ -
cards/CMS_PhaseII/CMS_PhaseII_200PU.tcl
rbd0a1aa r4a0d9d5 1 set MaxEvents 10 2 1 3 # 2 4 # Phase II - Pile-Up … … 232 234 set ResolutionFormula { 233 235 234 (abs(eta) <= 1.5) * ( energy*0.028) +236 (abs(eta) <= 1.5) * (1+0.64*abs(eta)^2)*(energy*0.028) + 235 237 (abs(eta) > 1.5 && abs(eta) <= 1.75) * (energy*0.037) + 236 238 (abs(eta) > 1.75 && abs(eta) <= 2.15) * (energy*0.038) + … … 363 365 # for the endcaps (1.5 < |eta| < 3.0), we take HGCAL see LHCC-P-008, Fig. 3.39, p.117 364 366 365 set ResolutionFormula { (abs(eta) <= 1.50) * sqrt(energy^2*0.009^2 + energy*0.12^2 + 0.45^2) +367 set ResolutionFormula { (abs(eta) <= 1.50) * (1+0.64*abs(eta)^2)*sqrt(energy^2*0.009^2 + energy*0.12^2 + 0.45^2) + 366 368 (abs(eta) > 1.50 && abs(eta) <= 1.75) * sqrt(energy^2*0.006^2 + energy*0.20^2) + \ 367 369 (abs(eta) > 1.75 && abs(eta) <= 2.15) * sqrt(energy^2*0.007^2 + energy*0.21^2) + \ -
cards/delphes_card_ATLAS_PileUp.tcl
rbd0a1aa r4a0d9d5 73 73 set MeanPileUp 50 74 74 75 76 set ZVertexSpread 0. 2575 # maximum spread in the beam direction in m 76 set ZVertexSpread 0.10 77 77 78 78 # maximum spread in time in s 79 set TVertexSpread 800E-1279 set TVertexSpread 1.5E-09 80 80 81 81 # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s) 82 set VertexDistributionFormula {exp(-(t^2/160e-12^2/2))*exp(-(z^2/0.053^2/2))} 82 83 set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))} 84 85 #set VertexDistributionFormula { (abs(t) <= 1.0e-09) * (abs(z) <= 0.15) * (1.00) + 86 # (abs(t) > 1.0e-09) * (abs(z) <= 0.15) * (0.00) + 87 # (abs(t) <= 1.0e-09) * (abs(z) > 0.15) * (0.00) + 88 # (abs(t) > 1.0e-09) * (abs(z) > 0.15) * (0.00)} 83 89 84 90 -
cards/delphes_card_CMS_PileUp.tcl
rbd0a1aa r4a0d9d5 74 74 set MeanPileUp 50 75 75 76 77 set ZVertexSpread 0. 2576 # maximum spread in the beam direction in m 77 set ZVertexSpread 0.10 78 78 79 79 # maximum spread in time in s 80 set TVertexSpread 800E-1280 set TVertexSpread 1.5E-09 81 81 82 82 # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s) 83 set VertexDistributionFormula {exp(-(t^2/160e-12^2/2))*exp(-(z^2/0.053^2/2))} 84 83 84 set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))} 85 86 #set VertexDistributionFormula { (abs(t) <= 1.0e-09) * (abs(z) <= 0.15) * (1.00) + 87 # (abs(t) > 1.0e-09) * (abs(z) <= 0.15) * (0.00) + 88 # (abs(t) <= 1.0e-09) * (abs(z) > 0.15) * (0.00) + 89 # (abs(t) > 1.0e-09) * (abs(z) > 0.15) * (0.00)} 90 85 91 86 92 } … … 307 313 # Eta shape from arXiv:1306.2016, Energy shape from arXiv:1502.02701 308 314 set ECalResolutionFormula { (abs(eta) <= 1.5) * (1+0.64*eta^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) + 309 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (2.16 + 5.6*( abs(eta)-2)^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) +315 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (2.16 + 5.6*(eta-2)^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) + 310 316 (abs(eta) > 2.5 && abs(eta) <= 5.0) * sqrt(energy^2*0.107^2 + energy*2.08^2)} 311 317 -
doc/genMakefile.tcl
rbd0a1aa r4a0d9d5 72 72 dependencies $fileName "$dictName$srcSuf:$suffix$fileName" 73 73 74 puts -nonewline $dictName$pcmSuf:$suffix 74 puts -nonewline [file tail $dictName$pcmSuf]:$suffix 75 puts -nonewline $dictName$pcmSuf$suffix 75 76 puts -nonewline $dictName$srcSuf 76 puts {}77 78 puts -nonewline [file tail $dictName$pcmSuf]:$suffix79 puts -nonewline $dictName$pcmSuf80 77 puts {} 81 78 } … … 419 416 @rm $@.arch $@.base 420 417 421 $(DELPHES_DICT_PCM): %Dict$(PcmSuf): 422 @echo ">> Copying $@" 423 @cp $< $@ 424 425 $(FASTJET_DICT_PCM): %Dict$(PcmSuf): 426 @echo ">> Copying $@" 427 @cp $< $@ 428 429 $(DISPLAY_DICT_PCM): %Dict$(PcmSuf): 418 %Dict$(PcmSuf): 430 419 @echo ">> Copying $@" 431 420 @cp $< $@
Note:
See TracChangeset
for help on using the changeset viewer.