Skip to content

Commit

Permalink
Comment FairRoot header files
Browse files Browse the repository at this point in the history
Adding the FairRoot headers files crashes the compilation. The first problem is
that the header files are not found. This can be curreed by either adding the
needed paths to ROOT_INCLUDE_PATH or CPATH. The current probem is a crash
when compling the macro which doesn't appear when compiling the code.
  • Loading branch information
fuhlig1 committed Jun 23, 2023
1 parent 6edadf8 commit d0548eb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simulation/Tutorial2/macros/compare_seed_value.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" *
********************************************************************************/
#include "FairBaseParSet.h"
//#include "FairBaseParSet.h"

#include <RtypesCore.h>
#include <TFile.h>
Expand Down
2 changes: 2 additions & 0 deletions examples/simulation/Tutorial2/macros/create_digis.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* copied verbatim in the file "LICENSE" *
********************************************************************************/

/*
#include "FairFileSource.h"
#include "FairParAsciiFileIo.h"
#include "FairParRootFileIo.h"
Expand All @@ -16,6 +17,7 @@
#include "FairTutorialDet2DigiPar.h"
#include "FairTutorialDet2Digitizer.h"
#include "FairSystemInfo.h"
*/

#include <TStopwatch.h>
#include <TString.h>
Expand Down
2 changes: 2 additions & 0 deletions examples/simulation/Tutorial2/macros/create_digis_mixed.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* copied verbatim in the file "LICENSE" *
********************************************************************************/

/*
#include "FairMixedSource.h"
#include "FairParAsciiFileIo.h"
#include "FairParRootFileIo.h"
Expand All @@ -16,6 +17,7 @@
#include "FairTutorialDet2DigiPar.h"
#include "FairTutorialDet2Digitizer.h"
#include "FairSystemInfo.h"
*/

#include <TStopwatch.h>
#include <TString.h>
Expand Down
2 changes: 2 additions & 0 deletions examples/simulation/Tutorial2/macros/read_digis.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* copied verbatim in the file "LICENSE" *
********************************************************************************/

/*
#include "FairBaseParSet.h"
#include "FairFileSource.h"
#include "FairParAsciiFileIo.h"
Expand All @@ -17,6 +18,7 @@
#include "FairTutorialDet2DigiPar.h"
#include "FairTutorialDet2Digitizer.h"
#include "FairSystemInfo.h"
*/

#include <TStopwatch.h>
#include <TString.h>
Expand Down
2 changes: 2 additions & 0 deletions examples/simulation/Tutorial2/macros/run_background.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* copied verbatim in the file "LICENSE" *
********************************************************************************/

/*
#include "FairBoxGenerator.h"
#include "FairCave.h"
#include "FairDetector.h"
Expand All @@ -17,6 +18,7 @@
#include "FairRuntimeDb.h"
#include "FairSystemInfo.h"
#include "FairTutorialDet2.h"
*/

#include <RtypesCore.h>
#include <TStopwatch.h>
Expand Down
2 changes: 2 additions & 0 deletions examples/simulation/Tutorial2/macros/run_signal.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* copied verbatim in the file "LICENSE" *
********************************************************************************/

/*
#include "FairBoxGenerator.h"
#include "FairCave.h"
#include "FairDetector.h"
Expand All @@ -17,6 +18,7 @@
#include "FairRuntimeDb.h"
#include "FairSystemInfo.h"
#include "FairTutorialDet2.h"
*/

#include <RtypesCore.h>
#include <TStopwatch.h>
Expand Down
2 changes: 2 additions & 0 deletions examples/simulation/Tutorial2/macros/run_tutorial2.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* copied verbatim in the file "LICENSE" *
********************************************************************************/

/*
#include "FairBoxGenerator.h"
#include "FairCave.h"
#include "FairDetector.h"
Expand All @@ -17,6 +18,7 @@
#include "FairRuntimeDb.h"
#include "FairSystemInfo.h"
#include "FairTutorialDet2.h"
*/

#include <RtypesCore.h>
#include <TRandom.h>
Expand Down

0 comments on commit d0548eb

Please sign in to comment.