Commit Graph

26 Commits

Author SHA1 Message Date
0eb36fc48a better handling of values=n/a when dumping the header info. 2025-10-03 16:21:03 +02:00
379471811a fixed char* comparison bug. 2025-10-03 16:20:54 +02:00
2b67c76b3c updated the docu and removed unused DrawHeader. 2025-10-03 16:20:06 +02:00
b66ac0da54 added the reader part for MusrRoot if written with TDirectory rather than TFolder. 2025-10-03 16:19:26 +02:00
e85ea90100 start implementing TDirectory infrastructure. 2025-10-03 16:19:16 +02:00
dcbde4f7bf add skeleton for MusrRoot which will handle TDirectoryFile rather than TFolder. 2025-05-03 15:18:30 +02:00
44821cb8cd updated the copyright info. 2025-01-30 12:00:49 +01:00
2dfa28d5c0 fixed an error in DumpHeader when dumping a TDoubleVector. 2024-03-17 09:29:17 +01:00
9440ddbb40 fixed a typo: Atoi() instead of Atof(). 2024-03-17 09:29:08 +01:00
17339e191d updated copyright info. 2024-02-07 15:29:08 +01:00
6340f9d196 more work on Raw -> Smart Pointers for external libs. 2023-11-09 13:11:51 +01:00
4726764306 Raw -> Smart Pointers in TMusrRunHeader. 2023-11-09 13:11:40 +01:00
a356534e6a updated the copyright info. 2023-01-05 11:04:42 +01:00
a7b540cfdb update of the copyright info. 2021-03-29 08:30:43 +02:00
cdc35e1684 add new method GetTypeOfPath to TMusrRunHeader. It allows deduce the type of a given path-name. 2021-02-09 10:52:51 +01:00
b6dba8965b update of the copyright info. 2020-04-30 17:46:10 +02:00
8f5c296e72 added MusrRoot docu. Added 'Proposal Number' and 'Main Proposer' to the RunInfo. 2019-04-26 13:01:32 +02:00
c64c74dbf8 modernized code to C++11 and newer.
This allows to analyze the code by external code analyzers. Since a lot is adopted,
the version is changed to 1.4.3

Conflicts:
	src/classes/PFitter.cpp
	src/classes/PFourier.cpp
	src/classes/PMsrHandler.cpp
	src/classes/PMusrCanvas.cpp
	src/classes/PRunAsymmetry.cpp
	src/classes/PRunAsymmetryRRF.cpp
	src/classes/PRunListCollection.cpp
	src/classes/PRunSingleHisto.cpp
	src/classes/PRunSingleHistoRRF.cpp
	src/classes/PStartupHandler.cpp
	src/include/PFourier.h
	src/include/PRunListCollection.h
	src/musrFT.cpp
2019-04-24 17:44:58 +02:00
c6f5c1205e fixed a bug with double vectors in TMusrRunHeader 2015-10-29 16:03:36 +01:00
6ea546cca9 feed TObject base class object 2015-01-05 20:33:35 +01:00
bbb8550f96 since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h 2014-02-12 12:43:32 +01:00
2338c33e2d some slight improvement in the error handling 2012-03-29 06:38:00 +00:00
nemu
01696e3994 proper initializer for 'Time Zero Bin' 2012-03-23 19:46:48 +00:00
nemu
2a6973d334 removed wrong Area entry 2012-03-22 15:04:00 +00:00
4f676cbab0 fixed typo 2012-03-22 12:17:19 +00:00
138e7ba369 first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup 2012-03-22 07:00:34 +00:00