|
HighLAND
|
Public Member Functions | |
| void | ConstructCovarianceMatrix (SystematicManager *man) |
| Creates the covariance matrix for the enabled parameters. | |
| bool | IsInList (std::string name, std::vector< std::string > list, int &index) |
| TMatrixT< double > * | GetCovarianceMatrix () const |
| Get Cov. Matrix. | |
Protected Member Functions | |
| void | FillLinks (SystematicBase *syst) |
| void | MapIndices () |
Protected Attributes | |
| TMatrixT< double > * | _covarianceMatrix |
| The covariance matrix for the enabled systematics. | |
| std::vector< std::string > | listoffiles |
| list of file names for covariances | |
| std::vector< TMatrixT< double > * > | covariances |
| list of covariances | |
| std::vector< indexlink > | links |
| vector of index links | |
| std::vector< covlink > | covlinks |
| vector of covariance links | |
Definition at line 32 of file SystematicCovariance.hxx.
1.8.13