![]() |
ATLAS Offline Software
|
#include <iostream>#include "GaudiKernel/MsgStream.h"#include "CaloGeoHelpers/CaloSampling.h"#include "AthenaKernel/CLASS_DEF.h"#include "CxxUtils/copy_bounded.h"#include <algorithm>Go to the source code of this file.
Classes | |
| class | TrigCaloCluster |
| Base Cluster Class. More... | |
Functions | |
| std::string | str (const TrigCaloCluster &d) |
| MsgStream & | operator<< (MsgStream &m, const TrigCaloCluster &d) |
| bool | operator== (const TrigCaloCluster &a, const TrigCaloCluster &b) |
| bool | operator!= (const TrigCaloCluster &a, const TrigCaloCluster &b) |
| void | diff (const TrigCaloCluster &clus1, const TrigCaloCluster &clus2, std::map< std::string, double > &varChange) |
Variables | |
| const int | MAXSIZE = CaloSampling::CaloSample::Unknown |
| void diff | ( | const TrigCaloCluster & | clus1, |
| const TrigCaloCluster & | clus2, | ||
| std::map< std::string, double > & | varChange ) |
Definition at line 127 of file TrigCaloCluster.cxx.
|
inline |
Definition at line 152 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigCaloCluster & | d ) |
Definition at line 111 of file TrigCaloCluster.cxx.
| bool operator== | ( | const TrigCaloCluster & | a, |
| const TrigCaloCluster & | b ) |
Definition at line 117 of file TrigCaloCluster.cxx.
| std::string str | ( | const TrigCaloCluster & | d | ) |
Definition at line 94 of file TrigCaloCluster.cxx.
| const int MAXSIZE = CaloSampling::CaloSample::Unknown |
Definition at line 36 of file Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigCaloCluster.h.