Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
np
nptool
Commits
c3c95d14
Commit
c3c95d14
authored
11 years ago
by
de Séréville Nicolas
Browse files
Options
Downloads
Patches
Plain Diff
+ Add //! statement after declaration of m_Spectra to fix error in
T*Physics class streamer
parent
cf554387
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NPLib/LaBr3/TLaBr3Physics.h
+1
-1
1 addition, 1 deletion
NPLib/LaBr3/TLaBr3Physics.h
NPLib/SiLi/TSiLiPhysics.h
+1
-1
1 addition, 1 deletion
NPLib/SiLi/TSiLiPhysics.h
NPLib/SiRes/TSiResPhysics.h
+1
-1
1 addition, 1 deletion
NPLib/SiRes/TSiResPhysics.h
with
3 additions
and
3 deletions
NPLib/LaBr3/TLaBr3Physics.h
+
1
−
1
View file @
c3c95d14
...
@@ -108,7 +108,7 @@ class TLaBr3Physics : public TObject, public NPA::VDetector
...
@@ -108,7 +108,7 @@ class TLaBr3Physics : public TObject, public NPA::VDetector
TLaBr3Data
*
EventData
;
//!
TLaBr3Data
*
EventData
;
//!
TLaBr3Data
*
PreTreatedData
;
//!
TLaBr3Data
*
PreTreatedData
;
//!
TLaBr3Physics
*
EventPhysics
;
//!
TLaBr3Physics
*
EventPhysics
;
//!
TLaBr3Spectra
*
m_Spectra
;
TLaBr3Spectra
*
m_Spectra
;
//!
double
m_LaBr3_E_Threshold
;
double
m_LaBr3_E_Threshold
;
double
m_LaBr3_RAW_Threshold
;
double
m_LaBr3_RAW_Threshold
;
public
:
// Spectra Getter
public
:
// Spectra Getter
...
...
This diff is collapsed.
Click to expand it.
NPLib/SiLi/TSiLiPhysics.h
+
1
−
1
View file @
c3c95d14
...
@@ -108,7 +108,7 @@ class TSiLiPhysics : public TObject, public NPA::VDetector
...
@@ -108,7 +108,7 @@ class TSiLiPhysics : public TObject, public NPA::VDetector
TSiLiData
*
EventData
;
//!
TSiLiData
*
EventData
;
//!
TSiLiData
*
PreTreatedData
;
//!
TSiLiData
*
PreTreatedData
;
//!
TSiLiPhysics
*
EventPhysics
;
//!
TSiLiPhysics
*
EventPhysics
;
//!
TSiLiSpectra
*
m_Spectra
;
TSiLiSpectra
*
m_Spectra
;
//!
double
m_SiLi_E_Threshold
;
double
m_SiLi_E_Threshold
;
double
m_SiLi_RAW_Threshold
;
double
m_SiLi_RAW_Threshold
;
public
:
// Spectra Getter
public
:
// Spectra Getter
...
...
This diff is collapsed.
Click to expand it.
NPLib/SiRes/TSiResPhysics.h
+
1
−
1
View file @
c3c95d14
...
@@ -113,7 +113,7 @@ class TSiResPhysics : public TObject, public NPA::VDetector
...
@@ -113,7 +113,7 @@ class TSiResPhysics : public TObject, public NPA::VDetector
TSiResData
*
EventData
;
//!
TSiResData
*
EventData
;
//!
TSiResData
*
PreTreatedData
;
//!
TSiResData
*
PreTreatedData
;
//!
TSiResPhysics
*
EventPhysics
;
//!
TSiResPhysics
*
EventPhysics
;
//!
TSiResSpectra
*
m_Spectra
;
TSiResSpectra
*
m_Spectra
;
//!
double
m_SiRes_E_Threshold
;
double
m_SiRes_E_Threshold
;
double
m_SiRes_RAW_Threshold
;
double
m_SiRes_RAW_Threshold
;
double
m_SiRes_EBack_Threshold
;
double
m_SiRes_EBack_Threshold
;
...
...
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