Berkeley Nuclear Data Software
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
e
g
i
l
m
n
p
r
s
t
u
v
w
Functions
c
e
g
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
l
m
n
p
r
s
t
v
w
Typedefs
Enumerations
Enumerator
Properties
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
Functions
b
c
d
f
g
k
m
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CAENDataProcAna
CompSpecAna
include
CompSpecManagement.h
Go to the documentation of this file.
1
#ifndef _COMPSPEC_MANAGEMENT_H_
2
#define _COMPSPEC_MANAGEMENT_H_
3
//project
4
#include "
EZFileSystem.h
"
5
#include "
COMPASSDirectoryTools.h
"
6
#include "
CompSpecPostProcessing.h
"
7
8
#include <vector>
9
#include <bitset>
14
class
CompSpecManagement
15
{
16
public
:
18
CompSpecManagement
();
19
23
void
processDirectoryToCalibrationTrees
(
string
a_dir,
24
string
a_config
25
);
26
27
31
void
processDirectoryToCompSpecEvTrees
(
string
a_dir,
32
string
a_config
33
);
34
35
private
:
36
COMPASSDirectoryTools
m_dirTools;
37
CompSpecPostProcessing
m_postProc;
38
};
39
40
41
42
#endif
COMPASSDirectoryTools.h
CompSpecPostProcessing.h
EZFileSystem.h
COMPASSDirectoryTools
Definition:
COMPASSDirectoryTools.h:37
CompSpecManagement
Definition:
CompSpecManagement.h:15
CompSpecManagement::processDirectoryToCompSpecEvTrees
void processDirectoryToCompSpecEvTrees(string a_dir, string a_config)
Definition:
CompSpecManagement.cpp:62
CompSpecManagement::CompSpecManagement
CompSpecManagement()
default constructor sets all internal data members to identifiable values
Definition:
CompSpecManagement.cpp:3
CompSpecManagement::processDirectoryToCalibrationTrees
void processDirectoryToCalibrationTrees(string a_dir, string a_config)
Definition:
CompSpecManagement.cpp:11
CompSpecPostProcessing
Definition:
CompSpecPostProcessing.h:18
Generated by
1.9.1