|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef LArSamples_DataTweaker_H
11 #define LArSamples_DataTweaker_H
30 bool set(
const TString& tweaks);
31 bool findOption(TString& tweaks,
const TString& option)
const;
39 void setRefit(
bool refit =
true) { m_refit = refit; }
42 void setRemoveRoIs(
bool removeRoIs =
true) { m_removeRoIs = removeRoIs; }
46 unsigned int m_nSamplesTruncation{0};
47 bool m_removeNoiseCorrelations{
false}, m_refit{
false}, m_adjust{
false}, m_removeRoIs{
false};
char data[hepevt_bytes_allocation_ATLAS]
void setRefit(bool refit=true)
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
void setAdjust(bool adjust=true)
Liquid Argon class for standalone storage of cell shape information.
void setRemoveNoiseCorrelations(bool remove=true)
void setRemoveRoIs(bool removeRoIs=true)
void setNSamplesTrunctation(unsigned int n)
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.
void setFitParams(Chi2Params params)
std::map< unsigned int, bool > m_samples
void addSample(unsigned int n)
Define macros for attributes used to control the static checker.