![]() |
ATLAS Offline Software
|
#include "TBXMLWriterToolBase.h"#include "TBXMLCaloCellWriterTool.h"#include "TBXMLWriter.h"#include "GaudiKernel/MsgStream.h"#include "CLHEP/Units/SystemOfUnits.h"#include "Identifier/Identifier.h"#include "Identifier/IdentifierHash.h"#include "CaloDetDescr/CaloDetDescrManager.h"#include "CaloDetDescr/CaloDetDescrElement.h"#include "CaloIdentifier/CaloCell_ID.h"#include "CaloGeoHelpers/CaloSampling.h"#include "CaloEvent/CaloCell.h"#include "CaloEvent/CaloCellContainer.h"#include "boost/io/ios_state.hpp"#include <iostream>#include <fstream>#include <iomanip>#include <vector>#include <string>#include <sstream>#include <map>#include <cmath>
1.8.18