Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Elemer Nagy
athena
Commits
af5c0324
Commit
af5c0324
authored
6 years ago
by
Petr Jacka
Browse files
Options
Downloads
Patches
Plain Diff
Changing name of the function
Former-commit-id: 66e847133a995a7f23a518eb7bcfdcb7ba0e23bd
parent
3627a7de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PhysicsAnalysis/TopPhys/xAOD/TopEvent/Root/RCJetMC15.cxx
+3
-3
3 additions, 3 deletions
PhysicsAnalysis/TopPhys/xAOD/TopEvent/Root/RCJetMC15.cxx
PhysicsAnalysis/TopPhys/xAOD/TopEvent/TopEvent/RCJetMC15.h
+1
-1
1 addition, 1 deletion
PhysicsAnalysis/TopPhys/xAOD/TopEvent/TopEvent/RCJetMC15.h
with
4 additions
and
4 deletions
PhysicsAnalysis/TopPhys/xAOD/TopEvent/Root/RCJetMC15.cxx
+
3
−
3
View file @
af5c0324
...
...
@@ -289,8 +289,8 @@ StatusCode RCJetMC15::execute(const top::Event& event) {
for
(
auto
rcjet
:
*
myJets
){
std
::
vector
<
fastjet
::
PseudoJet
>
clusters
;
// // //
SCALED
CLUSTERS
get
Scaled
Clusters
(
clusters
,
rcjet
);
// // //
EMTOPO
CLUSTERS
get
EMTopo
Clusters
(
clusters
,
rcjet
);
// // // LCTOPO CLUSTERS
//getLCTopoClusters(clusters,rcjet);
...
...
@@ -516,7 +516,7 @@ bool RCJetMC15::passSelection(const xAOD::Jet& jet) const {
return
true
;
}
void
RCJetMC15
::
get
Scaled
Clusters
(
std
::
vector
<
fastjet
::
PseudoJet
>&
clusters
,
const
xAOD
::
Jet
*
rcjet
){
void
RCJetMC15
::
get
EMTopo
Clusters
(
std
::
vector
<
fastjet
::
PseudoJet
>&
clusters
,
const
xAOD
::
Jet
*
rcjet
){
clusters
.
clear
();
...
...
This diff is collapsed.
Click to expand it.
PhysicsAnalysis/TopPhys/xAOD/TopEvent/TopEvent/RCJetMC15.h
+
1
−
1
View file @
af5c0324
...
...
@@ -83,7 +83,7 @@ public:
bool
passSelection
(
const
xAOD
::
Jet
&
jet
)
const
;
void
get
Scaled
Clusters
(
std
::
vector
<
fastjet
::
PseudoJet
>&
clusters
,
const
xAOD
::
Jet
*
rcjet
);
void
get
EMTopo
Clusters
(
std
::
vector
<
fastjet
::
PseudoJet
>&
clusters
,
const
xAOD
::
Jet
*
rcjet
);
void
getLCTopoClusters
(
std
::
vector
<
fastjet
::
PseudoJet
>&
clusters
,
const
xAOD
::
Jet
*
rcjet
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment