Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
duneanaobj
duneanaobj
StandardRecord
SRSystParamHeader.h
Go to the documentation of this file.
1
#ifndef DUNEANAOBJ_SRSYSTPARAMHEADER_H
2
#define DUNEANAOBJ_SRSYSTPARAMHEADER_H
3
4
#include <string>
5
#include <vector>
6
7
namespace
caf
8
{
9
class
SRSystParamHeader
10
{
11
public
:
12
SRSystParamHeader
();
13
~SRSystParamHeader
();
14
15
int
nshifts
;
16
std::string
name
;
17
int
id
;
18
};
19
20
}
// end namespace
21
22
#endif // DUNEANAOBJ_SRSYSTPARAMHEADER_H
23
//////////////////////////////////////////////////////////////////////////////
caf::SRSystParamHeader::~SRSystParamHeader
~SRSystParamHeader()
Definition:
SRSystParamHeader.cxx:10
string
std::string string
Definition:
nybbler.cc:12
caf::SRSystParamHeader::name
std::string name
Definition:
SRSystParamHeader.h:16
caf::SRSystParamHeader
Definition:
SRSystParamHeader.h:9
caf::SRSystParamHeader::id
int id
Definition:
SRSystParamHeader.h:17
caf::SRSystParamHeader::SRSystParamHeader
SRSystParamHeader()
Definition:
SRSystParamHeader.cxx:5
caf
Common Analysis Files.
Definition:
SRGAr.h:13
caf::SRSystParamHeader::nshifts
int nshifts
Definition:
SRSystParamHeader.h:15
Generated by
1.8.11