PandaRoot
BSEmcStructure.h File Reference
#include <map>
#include <memory>
#include <string>
#include "Rtypes.h"
#include "RtypesCore.h"
#include "TObject.h"
#include "TString.h"
#include "TVector3.h"
#include "BSEmcXtal.h"

Go to the source code of this file.

Classes

class  BSEmcStructure
 geometry helper class to parse ROOT-Geometry Tree and create BSEmcXtal for each Emc-crystal More...
 

Typedefs

using DetIdToXtalMap = std::map< Int_t, std::unique_ptr< BSEmcXtal > >
 

Typedef Documentation

◆ DetIdToXtalMap

using DetIdToXtalMap = std::map<Int_t, std::unique_ptr<BSEmcXtal> >

Definition at line 32 of file BSEmcStructure.h.