Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
N21-04-17
LEM
func
LibrarySummary.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
/// \file LibrarySummary.h
3
/// \brief Details of the library LEM matches were made against
4
/// \author Christopher Backhouse - bckhouse@caltech.edu
5
////////////////////////////////////////////////////////////////////////
6
7
#ifndef LEM_LIBRARYSUMMARY_H
8
#define LEM_LIBRARYSUMMARY_H
9
10
#include <ostream>
11
12
namespace
lem
13
{
14
/// Details of the library %LEM matches were made against
15
class
LibrarySummary
16
{
17
public
:
18
#ifndef __GCCXML__
19
LibrarySummary
();
20
LibrarySummary
&
operator+=
(
const
LibrarySummary
&
s
);
21
#endif
22
23
int
N
;
24
int
nTrueNC
;
25
int
nSwapNC
;
26
double
totBkg
;
27
double
totSig
;
28
double
totEnrich
;
29
};
30
31
#ifndef __GCCXML__
32
std::ostream&
operator<<
(std::ostream& os,
const
lem::LibrarySummary
&
ls
);
33
#endif
34
}
35
36
#endif
lem::LibrarySummary::nTrueNC
int nTrueNC
Definition:
LibrarySummary.h:24
lem::LibrarySummary::operator+=
LibrarySummary & operator+=(const LibrarySummary &s)
Definition:
LibrarySummary.cxx:20
lem::LibrarySummary::totSig
double totSig
Definition:
LibrarySummary.h:27
lem::operator<<
std::ostream & operator<<(std::ostream &os, const lem::Heads &hs)
Definition:
Heads.cxx:140
lem::LibrarySummary::nSwapNC
int nSwapNC
Definition:
LibrarySummary.h:25
lem::LibrarySummary::totBkg
double totBkg
Definition:
LibrarySummary.h:26
lem
PID
Definition:
FillPIDs.h:14
s
const XML_Char * s
Definition:
expat.h:262
lem::LibrarySummary
Details of the library LEM matches were made against.
Definition:
LibrarySummary.h:15
lem::LibrarySummary::totEnrich
double totEnrich
Definition:
LibrarySummary.h:28
lem::LibrarySummary::N
int N
Definition:
LibrarySummary.h:23
g4zmq.ls
def ls(target="")
Definition:
g4zmq.py:69
lem::LibrarySummary::LibrarySummary
LibrarySummary()
Definition:
LibrarySummary.cxx:14
Generated on Sat Apr 17 2021 14:10:35 for NOvA by
1.8.11