FairRoot/PandaRoot
|
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include "TGeoManager.h"
Go to the source code of this file.
Functions | |
bool | Load_Geometry () |
void | Get_List_of_Sensors (vector< string > &list_of_sensors, bool all_nodes=false, bool first_call=true) |
bool | Set_matrix (string path, TGeoHMatrix *matrix, string uniquename, int uniqueID) |
int | Modify_root_geometry () |
Variables | |
const string | filename = "/home/jasinski/bin/pandaroot/geometry/Luminosity-Detector.root" |
void Get_List_of_Sensors | ( | vector< string > & | list_of_sensors, |
bool | all_nodes = false , |
||
bool | first_call = true |
||
) |
Definition at line 36 of file Modify_root_geometry.C.
References gGeoManager, and i.
Referenced by Modify_root_geometry().
bool Load_Geometry | ( | ) |
Definition at line 27 of file Modify_root_geometry.C.
References filename.
Referenced by Modify_root_geometry().
int Modify_root_geometry | ( | ) |
Definition at line 135 of file Modify_root_geometry.C.
References Get_List_of_Sensors(), and Load_Geometry().
bool Set_matrix | ( | string | path, |
TGeoHMatrix * | matrix, | ||
string | uniquename, | ||
int | uniqueID | ||
) |
const string filename = "/home/jasinski/bin/pandaroot/geometry/Luminosity-Detector.root" |
Definition at line 23 of file Modify_root_geometry.C.
Referenced by anaDMesonsCharged(), compareICPmatrices(), compareShiftDataShiftGeo(), PndEmc::ConstructRootGeometry(), drawhistos(), drawhistosA4(), geotester(), hadd(), Load_Geometry(), main(), PndLmdAlignManager::makeBinaryPairFileName(), MSaveBigPNG(), online_monitoring_studies(), plotall(), plotandfithistosfromfile(), plothistos(), plothistosfromfile(), plotntuplefromfile(), PndLmdDim::Read_transformation_matrices(), readMatrixFromDisk(), PndLmdAlignQA::readMatrixInfo(), PndLmdSensorAligner::readPairsFromBinary(), PndSimpleAnalysis::SetConfigFile(), PndPidCorrelator::SetDebugFilename(), PndPatternDBMerger::SetInputFilename(), PndEmcHitProducer::SetNonuniformityFile(), PndLmdAlignManager::setOutFilename(), PndPatternDBGenerator::SetOutputFilename(), PndPatternDBMerger::SetOutputFilename(), PndPidEmcBayesAssociatorTask::SetupEnvironment(), toy_core(), treeMerge(), and PndLmdSensorAligner::writePairsToBinary().