FairRoot/PandaRoot
Functions
PndGeoPassivePar.cxx File Reference
#include "PndGeoPassivePar.h"
#include "FairParamList.h"
#include <iostream>
#include <iomanip>
#include "TObjArray.h"

Go to the source code of this file.

Functions

 ClassImp (PndGeoPassivePar) PndGeoPassivePar
 

Function Documentation

ClassImp ( PndGeoPassivePar  )

Definition at line 9 of file PndGeoPassivePar.cxx.

12  : FairParGenericSet(name,title,context), fGeoSensNodes(), fGeoPassNodes() {
13 
14  fGeoSensNodes = new TObjArray();
15  fGeoPassNodes = new TObjArray();
16 }
TString name