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
38cc7193
Commit
38cc7193
authored
6 years ago
by
Petr Jacka
Browse files
Options
Downloads
Patches
Plain Diff
Adding functions to get clusters
Former-commit-id: b72edb5520831d5a1773279e989d2972cbc7b775
parent
59543a18
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/TopPhys/xAOD/TopEvent/TopEvent/RCJetMC15.h
+3
-0
3 additions, 0 deletions
PhysicsAnalysis/TopPhys/xAOD/TopEvent/TopEvent/RCJetMC15.h
with
3 additions
and
0 deletions
PhysicsAnalysis/TopPhys/xAOD/TopEvent/TopEvent/RCJetMC15.h
+
3
−
0
View file @
38cc7193
...
@@ -82,6 +82,9 @@ public:
...
@@ -82,6 +82,9 @@ public:
std
::
string
rcjetContainerName
(
std
::
size_t
hash_value
,
bool
isLooseEvent
);
std
::
string
rcjetContainerName
(
std
::
size_t
hash_value
,
bool
isLooseEvent
);
bool
passSelection
(
const
xAOD
::
Jet
&
jet
)
const
;
bool
passSelection
(
const
xAOD
::
Jet
&
jet
)
const
;
void
getScaledClusters
(
std
::
vector
<
fastjet
::
PseudoJet
>&
clusters
,
const
xAOD
::
Jet
*
rcjet
);
void
getLCTopoClusters
(
std
::
vector
<
fastjet
::
PseudoJet
>&
clusters
,
const
xAOD
::
Jet
*
rcjet
);
private:
private:
...
...
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