TopQuarkAnalysis
TopHitFit
interface
EtaDepResolution.h
Go to the documentation of this file.
1
//
2
//
3
// CMSSW File : interface/EtaDepResolution.h
4
// Original Author : Haryo Sumowidagdo <Suharyo.Sumowidagdo@cern.ch>
5
// Purpose : Hold on to eta-dependent resolution.
6
// Return Vector_Resolution as a function of eta.
7
// Does not assume symmetry between +/- eta.
8
// The interpretation of eta (physics or detector) is
9
// left to user's implementation.
10
//
11
31
#ifndef HITFIT_ETA_DEP_RESOLUTION
32
#define HITFIT_ETA_DEP_RESOLUTION
33
34
#include "
TopQuarkAnalysis/TopHitFit/interface/Defaults_Text.h
"
35
#include "
TopQuarkAnalysis/TopHitFit/interface/Vector_Resolution.h
"
36
#include "
TopQuarkAnalysis/TopHitFit/interface/EtaDepResElement.h
"
37
38
namespace
hitfit
{
39
86
class
EtaDepResolution
{
87
private
:
91
std::vector<EtaDepResElement>
_EtaDepResElement
;
92
102
std::vector<EtaDepResElement>::const_iterator
FindResolution
(
double
&
eta
)
const
;
103
104
public
:
108
void
sort
();
109
114
EtaDepResolution
();
115
122
EtaDepResolution
(
const
std::string
& default_file);
123
127
~EtaDepResolution
();
128
136
std::vector<EtaDepResElement>::size_type
Read
(
const
std::string
& default_file);
137
145
std::vector<EtaDepResElement>::size_type
Read
(
const
Defaults_Text
& defs);
146
155
bool
CheckNoOverlap
(
const
std::vector<EtaDepResElement>&
v
);
156
160
const
double
EtaMin
()
const
;
161
165
const
double
EtaMax
()
const
;
166
175
const
bool
CheckEta
(
double
eta
)
const
;
176
185
Vector_Resolution
operator()
(
double
&
eta
);
186
194
Vector_Resolution
GetResolution
(
double
&
eta
)
const
;
195
204
EtaDepResElement
GetEtaDepResElement
(
double
&
eta
)
const
;
205
212
const
std::vector<EtaDepResElement>
GetEtaDepResElement
()
const
;
213
};
214
215
}
// namespace hitfit
216
#endif // not #ifndef HITFIT_ETA_DEP_RESOLUTION
hitfit::EtaDepResolution::~EtaDepResolution
~EtaDepResolution()
Definition:
EtaDepResolution.cc:47
hitfit::EtaDepResolution::CheckNoOverlap
bool CheckNoOverlap(const std::vector< EtaDepResElement > &v)
Check for non-overlapping -range between -dependent resolution elements in a list.
Definition:
EtaDepResolution.cc:87
hitfit
Definition:
Base_Constrainer.h:43
hitfit::Vector_Resolution
Definition:
Vector_Resolution.h:89
hitfit::EtaDepResolution::sort
void sort()
Definition:
EtaDepResolution.cc:41
hitfit::EtaDepResolution
Hold on to -dependent resolution. This class acts as a function object and returns Vector_Resolution ...
Definition:
EtaDepResolution.h:86
EtaDepResElement.h
Hold on to an element of -dependent resolution object, namely a resolution and range in which the r...
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
trigger::size_type
uint16_t size_type
Definition:
TriggerTypeDefs.h:18
hitfit::EtaDepResolution::CheckEta
const bool CheckEta(double eta) const
Check is an input value is within the valid -range of this instance.
Definition:
EtaDepResolution.cc:112
hitfit::EtaDepResolution::GetResolution
Vector_Resolution GetResolution(double &eta) const
Return the corresponding resolution for a value of .
Definition:
EtaDepResolution.cc:116
PVValHelper::eta
Definition:
PVValidationHelpers.h:70
Vector_Resolution.h
Calculate and represent resolution for a vector of momentum , pseudorapidity , and azimuthal angle .
hitfit::Defaults_Text
A lightweight implementation of the Defaults interface that uses simple ASCII text files.
Definition:
Defaults_Text.h:117
hitfit::EtaDepResolution::FindResolution
std::vector< EtaDepResElement >::const_iterator FindResolution(double &eta) const
Internal method to return the corresponding -dependent resolution element for a given value.
Definition:
EtaDepResolution.cc:31
hitfit::EtaDepResolution::EtaMin
const double EtaMin() const
Return the lower limit of the valid -range.
Definition:
EtaDepResolution.cc:98
hitfit::EtaDepResolution::GetEtaDepResElement
const std::vector< EtaDepResElement > GetEtaDepResElement() const
Access the internal list of -dependent resolution elements.
Definition:
EtaDepResolution.cc:130
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Defaults_Text.h
Define a concrete interface for getting parameter settings from an ASCII text file.
hitfit::EtaDepResolution::_EtaDepResElement
std::vector< EtaDepResElement > _EtaDepResElement
Definition:
EtaDepResolution.h:91
hitfit::EtaDepResolution::EtaMax
const double EtaMax() const
Return the upper limit of the valid -range.
Definition:
EtaDepResolution.cc:105
hitfit::EtaDepResolution::EtaDepResolution
EtaDepResolution()
Default constructor, instantiate an EtaDepResolution object with empty list of -dependent resolution ...
Definition:
EtaDepResolution.cc:43
hitfit::EtaDepResElement
Represent a resolution and an range in which the resolution is valid.
Definition:
EtaDepResElement.h:61
hitfit::EtaDepResolution::Read
std::vector< EtaDepResElement >::size_type Read(const std::string &default_file)
Read the -dependent resolution information from an ASCII text file.
Definition:
EtaDepResolution.cc:49
hitfit::EtaDepResolution::operator()
Vector_Resolution operator()(double &eta)
Allow users to call this instance as a function to access the corresponding resolution for an input v...
Definition:
EtaDepResolution.cc:114
Generated for CMSSW Reference Manual by
1.8.16