Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vpalladi
HgcTpgSim
Commits
ea5b6cab
Commit
ea5b6cab
authored
Sep 16, 2016
by
vpalladi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added few variables to interface/Event.h
parent
2c9d7ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
interface/Event.hh
interface/Event.hh
+5
-1
No files found.
interface/Event.hh
View file @
ea5b6cab
...
...
@@ -1215,6 +1215,8 @@ static double fTrgHitSelectorMipsCut;
static
unsigned
fTrgC2dCreatorMethod
;
static
unsigned
fTrgC3dCreatorMethod
;
static
double
fNormCooCut
;
protected
:
//const Geometry &fGeometry;
...
...
@@ -1265,8 +1267,10 @@ double Event::fTrgHitSelectorMipsCut=5.0;
unsigned
Event
::
fTrgC2dCreatorMethod
=
4
;
/*near neighbours (version 3)*/
unsigned
Event
::
fTrgC3dCreatorMethod
=
0
;
/* eta phi clustering */
unsigned
Event
::
fTrgC3dCreatorMethod
=
2
;
/* eta phi clustering */
//double Event::fNormCooCut=0.2; /* norm clustering cu in x/z y/z plane */
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment