#include <PlotGenerator.h>
Definition at line 59 of file PlotGenerator.h.
◆ anonymous enum
Enumerator |
---|
kData | |
kGenMC | |
kAccMC | |
kNumTypes | |
Definition at line 64 of file PlotGenerator.h.
◆ PlotGenerator()
PlotGenerator::PlotGenerator |
( |
const FitResults & |
fitResults | ) |
|
◆ ~PlotGenerator()
PlotGenerator::~PlotGenerator |
( |
| ) |
|
|
virtual |
◆ availablePlots()
const vector< string >& PlotGenerator::availablePlots |
( |
| ) |
const |
|
inline |
◆ bookHistogram() [1/2]
void PlotGenerator::bookHistogram |
( |
int |
index, |
|
|
const string & |
title, |
|
|
Histogram * |
hist |
|
) |
| |
|
protected |
◆ bookHistogram() [2/2]
void PlotGenerator::bookHistogram |
( |
int |
index, |
|
|
Histogram * |
hist |
|
) |
| |
|
protected |
◆ cfgInfo()
◆ disableAmp()
void PlotGenerator::disableAmp |
( |
unsigned int |
uniqueAmpIndex | ) |
|
◆ disableReaction()
void PlotGenerator::disableReaction |
( |
const string & |
fsName | ) |
|
◆ disableSum()
void PlotGenerator::disableSum |
( |
unsigned int |
uniqueSumIndex | ) |
|
◆ enableAmp()
void PlotGenerator::enableAmp |
( |
unsigned int |
uniqueAmpIndex | ) |
|
◆ enableReaction()
void PlotGenerator::enableReaction |
( |
const string & |
fsName | ) |
|
◆ enableSum()
void PlotGenerator::enableSum |
( |
unsigned int |
uniqueSumIndex | ) |
|
◆ fillHistogram() [1/3]
void PlotGenerator::fillHistogram |
( |
int |
index, |
|
|
double |
value |
|
) |
| |
|
protected |
◆ fillHistogram() [2/3]
void PlotGenerator::fillHistogram |
( |
int |
index, |
|
|
double |
valueX, |
|
|
double |
valueY |
|
) |
| |
|
protected |
◆ fillHistogram() [3/3]
void PlotGenerator::fillHistogram |
( |
int |
index, |
|
|
vector< double > & |
data, |
|
|
double |
weight = 1 |
|
) |
| |
|
protected |
◆ fullAmplitudes()
const vector< string >& PlotGenerator::fullAmplitudes |
( |
| ) |
const |
|
inline |
◆ getAmpIndex()
unsigned int PlotGenerator::getAmpIndex |
( |
const string & |
ampName | ) |
const |
|
protected |
◆ haveAmp()
bool PlotGenerator::haveAmp |
( |
const string & |
amp | ) |
const |
◆ intensity()
pair< double, double > PlotGenerator::intensity |
( |
bool |
accCorrected = true | ) |
const |
◆ isAmpEnabled()
bool PlotGenerator::isAmpEnabled |
( |
unsigned int |
uniqueAmpIndex | ) |
const |
◆ isReactionEnabled()
bool PlotGenerator::isReactionEnabled |
( |
const string & |
reactName | ) |
const |
◆ isSumEnabled()
bool PlotGenerator::isSumEnabled |
( |
unsigned int |
uniqueSumIndex | ) |
const |
◆ projection()
Histogram * PlotGenerator::projection |
( |
unsigned int |
projectionIndex, |
|
|
string |
fsName, |
|
|
unsigned int |
type |
|
) |
| |
◆ reactions()
vector< string > PlotGenerator::reactions |
( |
| ) |
const |
◆ uniqueAmplitudes()
const vector< string >& PlotGenerator::uniqueAmplitudes |
( |
| ) |
const |
|
inline |
◆ uniqueSums()
const vector< string >& PlotGenerator::uniqueSums |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: