Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-24
StandardRecord
SRShowerBranch.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file SRShowerBranch.h
3
// \version $Id: SRShowerBranch.h,v 1.5 2012-11-13 22:06:10 rocco Exp $
4
// \author $Author: rocco $
5
// \date $Date: 2012-11-13 22:06:10 $
6
////////////////////////////////////////////////////////////////////////
7
#ifndef SRSHOWERBRANCH_H
8
#define SRSHOWERBRANCH_H
9
10
#include <vector>
11
12
#include "
StandardRecord/SRShower.h
"
13
14
namespace
caf
15
{
16
/// The SRShowerBranch is a container for SRShowers. It will contain
17
/// a vector of showers for each shower making algorithm that is part
18
/// of the standard reconstruction.
19
class
SRShowerBranch
20
{
21
public
:
22
SRShowerBranch
();
23
~SRShowerBranch
();
24
25
std::vector<SRShower>
shwlid
;
26
size_t
nshwlid
;
27
28
void
fillSizes
();
29
};
30
31
}
// end namespace
32
33
#endif // SRSHOWERBRANCH_H
34
//////////////////////////////////////////////////////////////////////////////
caf::SRShowerBranch
Definition:
SRShowerBranch.h:19
caf::SRShowerBranch::nshwlid
size_t nshwlid
Definition:
SRShowerBranch.h:26
caf::SRShowerBranch::shwlid
std::vector< SRShower > shwlid
Definition:
SRShowerBranch.h:25
caf::SRShowerBranch::fillSizes
void fillSizes()
Definition:
SRShowerBranch.cxx:22
caf::SRShowerBranch::~SRShowerBranch
~SRShowerBranch()
Definition:
SRShowerBranch.cxx:20
caf
This module creates Common Analysis Files.
Definition:
FileReducer.h:10
caf::SRShowerBranch::SRShowerBranch
SRShowerBranch()
Definition:
SRShowerBranch.cxx:16
SRShower.h
Generated on Sun Jan 24 2021 14:13:18 for NOvA by
1.8.11