Skip to content

Commit

Permalink
make cards compliant with the FCCSW configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
selvaggi committed Nov 23, 2016
1 parent ebda67d commit 15772b7
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cards/delphes_card_ATLAS.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set ExecutionPath {
ElectronEfficiency
ElectronIsolation

ChargedHadronFilter

MuonEfficiency
MuonIsolation

Expand Down Expand Up @@ -379,6 +381,21 @@ module PdgCodeFilter ElectronFilter {
add PdgCode {-11}
}

######################
# ChargedHadronFilter
######################

module PdgCodeFilter ChargedHadronFilter {
set InputArray HCal/eflowTracks
set OutputArray chargedHadrons

add PdgCode {11}
add PdgCode {-11}
add PdgCode {13}
add PdgCode {-13}
}



###################################################
# Tower Merger (in case not using e-flow algorithm)
Expand Down
18 changes: 18 additions & 0 deletions cards/delphes_card_CEPC.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set ExecutionPath {
ElectronEfficiency
ElectronIsolation

ChargedHadronFilter

MuonEfficiency
MuonIsolation

Expand Down Expand Up @@ -325,6 +327,22 @@ module PdgCodeFilter ElectronFilter {
add PdgCode {-11}
}

######################
# ChargedHadronFilter
######################

module PdgCodeFilter ChargedHadronFilter {
set InputArray HCal/eflowTracks
set OutputArray chargedHadrons

add PdgCode {11}
add PdgCode {-11}
add PdgCode {13}
add PdgCode {-13}
}



###################################################
# Tower Merger (in case not using e-flow algorithm)
###################################################
Expand Down
17 changes: 17 additions & 0 deletions cards/delphes_card_CMS.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set ExecutionPath {
ElectronEfficiency
ElectronIsolation

ChargedHadronFilter

MuonEfficiency
MuonIsolation

Expand Down Expand Up @@ -393,6 +395,21 @@ module PdgCodeFilter ElectronFilter {
add PdgCode {-11}
}

######################
# ChargedHadronFilter
######################

module PdgCodeFilter ChargedHadronFilter {
set InputArray HCal/eflowTracks
set OutputArray chargedHadrons

add PdgCode {11}
add PdgCode {-11}
add PdgCode {13}
add PdgCode {-13}
}


###################################################
# Tower Merger (in case not using e-flow algorithm)
###################################################
Expand Down

0 comments on commit 15772b7

Please sign in to comment.