![]() |
ATLAS Offline Software
|
#include <TFCSGANXMLParameters.h>
Public Types | |
| typedef std::map< int, TH2D > | Binning |
Public Member Functions | |
| TFCSGANXMLParameters () | |
| virtual | ~TFCSGANXMLParameters () |
| void | InitialiseFromXML (int pid, int etaMid, const std::string &FastCaloGANInputFolderName) |
| void | Print () const |
| const std::vector< int > & | GetRelevantLayers () const |
| const Binning & | GetBinning () const |
| int | GetLatentSpaceSize () const |
| int | GetGANVersion () const |
| bool | IsSymmetrisedAlpha () const |
| const std::string & | GetInputFolder () const |
| bool | msgLvl (const MSG::Level lvl) const |
| Check whether the logging system is active at the provided verbosity level. | |
| MsgStream & | msg () const |
| Return a stream for sending messages directly (no decoration) | |
| MsgStream & | msg (const MSG::Level lvl) const |
| Return a decorated starting stream for sending messages. | |
| MSG::Level | level () const |
| Retrieve output level. | |
| virtual void | setLevel (MSG::Level lvl) |
| Update outputlevel. | |
Static Public Member Functions | |
| static std::string | startMsg (MSG::Level lvl, const std::string &file, int line) |
| Make a message to decorate the start of logging. | |
Private Attributes | |
| bool | m_symmetrisedAlpha {} |
| Binning | m_binning |
| std::vector< int > | m_relevantlayers |
| int | m_ganVersion {} |
| int | m_latentDim {} |
| std::string | m_fastCaloGANInputFolderName |
| std::string | m_nm |
| Message source name. | |
Static Private Attributes | |
| static boost::thread_specific_ptr< MsgStream > m_msg_tls | ATLAS_THREAD_SAFE |
| Do not persistify! | |
Definition at line 19 of file TFCSGANXMLParameters.h.
| typedef std::map<int, TH2D> TFCSGANXMLParameters::Binning |
Definition at line 21 of file TFCSGANXMLParameters.h.
|
default |
|
virtualdefault |
|
inline |
Definition at line 31 of file TFCSGANXMLParameters.h.
|
inline |
Definition at line 33 of file TFCSGANXMLParameters.h.
|
inline |
Definition at line 35 of file TFCSGANXMLParameters.h.
|
inline |
Definition at line 32 of file TFCSGANXMLParameters.h.
|
inline |
Definition at line 30 of file TFCSGANXMLParameters.h.
| void TFCSGANXMLParameters::InitialiseFromXML | ( | int | pid, |
| int | etaMid, | ||
| const std::string & | FastCaloGANInputFolderName ) |
Definition at line 19 of file TFCSGANXMLParameters.cxx.
|
inline |
Definition at line 34 of file TFCSGANXMLParameters.h.
|
inlineinherited |
Retrieve output level.
Definition at line 201 of file MLogging.h.
|
inlineinherited |
Return a stream for sending messages directly (no decoration)
Definition at line 231 of file MLogging.h.
|
inlineinherited |
Return a decorated starting stream for sending messages.
Definition at line 240 of file MLogging.h.
|
inlineinherited |
Check whether the logging system is active at the provided verbosity level.
Definition at line 222 of file MLogging.h.
| void TFCSGANXMLParameters::Print | ( | ) | const |
Definition at line 95 of file TFCSGANXMLParameters.cxx.
|
virtualinherited |
Update outputlevel.
Definition at line 105 of file MLogging.cxx.
|
staticinherited |
Make a message to decorate the start of logging.
Print a message for the start of logging.
Definition at line 116 of file MLogging.cxx.
|
inlinestaticprivateinherited |
Do not persistify!
MsgStream instance (a std::cout like with print-out levels)
Definition at line 215 of file MLogging.h.
|
private |
Definition at line 39 of file TFCSGANXMLParameters.h.
|
private |
Definition at line 43 of file TFCSGANXMLParameters.h.
|
private |
Definition at line 41 of file TFCSGANXMLParameters.h.
|
private |
Definition at line 42 of file TFCSGANXMLParameters.h.
|
privateinherited |
Message source name.
Definition at line 211 of file MLogging.h.
|
private |
Definition at line 40 of file TFCSGANXMLParameters.h.
|
private |
Definition at line 38 of file TFCSGANXMLParameters.h.