-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from DUNE/6-avoid-warining-during-compilation
6 avoid warining during compilation
- Loading branch information
Showing
7 changed files
with
49 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#ifdef __CINT__ | ||
|
||
#pragma link C++ class SANDGeoManager + ; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#ifdef __CINT__ | ||
//#include "struct.h" | ||
|
||
//#pragma link C++ class std::map < int, std::vector < double>> + ; | ||
//#pragma link C++ class std::map < int, std::vector < int>> + ; | ||
//#pragma link C++ class std::map < int, double> + ; | ||
//#pragma link C++ class std::vector < pe> + ; | ||
//#pragma link C++ class std::vector < dg_ps> + ; | ||
//#pragma link C++ class std::vector < dg_cell> + ; | ||
//#pragma link C++ class std::map < std::string, std::vector < hit>> + ; | ||
//#pragma link C++ class std::vector < dg_tube> + ; | ||
//#pragma link C++ class std::vector < track> + ; | ||
//#pragma link C++ class std::vector < cluster> + ; | ||
//#pragma link C++ class std::vector < particle> + ; | ||
//#pragma link C++ class pe + ; | ||
//#pragma link C++ class dg_ps + ; | ||
//#pragma link C++ class dg_tube + ; | ||
//#pragma link C++ class dg_cell + ; | ||
//#pragma link C++ class cluster + ; | ||
//#pragma link C++ class track + ; | ||
//#pragma link C++ class particle + ; | ||
#pragma link C++ class event + ; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters