Project
Loading...
Searching...
No Matches
FrameStructure.cxx File Reference
#include "Field/MagneticField.h"
#include "DetectorsPassive/FrameStructure.h"
#include "DetectorsBase/Detector.h"
#include "DetectorsBase/MaterialManager.h"
#include <TGeoArb8.h>
#include <TGeoBBox.h>
#include <TGeoBoolNode.h>
#include <TGeoCompositeShape.h>
#include <TGeoManager.h>
#include <TGeoMatrix.h>
#include <TGeoPgon.h>
#include <TGeoTrd1.h>
#include <TGeoTube.h>
#include <TGeoXtru.h>
#include <TMath.h>
#include <TString.h>
#include <TVirtualMC.h>
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::passive
 

Macros

#define AliMatrix   TVirtualMC::GetMC()->Matrix
 
#define kRaddeg   TMath::RadToDeg()
 
#define kDegrad   TMath::DegToRad()
 

Functions

 ClassImp (o2::passive::FrameStructure)
 

Variables

const charo2::passive::TOPNAME = "barrel"
 

Macro Definition Documentation

◆ AliMatrix

#define AliMatrix   TVirtualMC::GetMC()->Matrix

Definition at line 39 of file FrameStructure.cxx.

◆ kDegrad

#define kDegrad   TMath::DegToRad()

Definition at line 41 of file FrameStructure.cxx.

◆ kRaddeg

#define kRaddeg   TMath::RadToDeg()

Definition at line 40 of file FrameStructure.cxx.

Function Documentation

◆ ClassImp()