DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <TError.h>
#include <TFile.h>
#include <TH2F.h>
#include <DD4hep/Detector.h>
#include <DD4hep/Printout.h>
#include <DDRec/MaterialManager.h>
#include <iostream>
#include <climits>
#include <cerrno>
#include <string>
#include <map>
#include <cassert>
Go to the source code of this file.
Functions | |
int | main_wrapper (int argc, char **argv) |
int | main (int argc, char **argv) |
Main entry point as a program. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main entry point as a program.
Definition at line 339 of file graphicalScan.cpp.
int main_wrapper | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 50 of file graphicalScan.cpp.