|
|
@17299
|
11 years |
tbretz |
Added some comments to the code.
|
|
|
@17298
|
11 years |
lyard |
Fixed wrong header bug
|
|
|
@17297
|
11 years |
tbretz |
Added some more tweaks needed by CINT (default constructors, handling ...
|
|
|
@17296
|
11 years |
lyard |
Gave the possibility to change the number of threads, as long as ...
|
|
|
@17295
|
11 years |
tbretz |
Removed an obsolete const-qualifier
|
|
|
@17294
|
11 years |
tbretz |
Added a missing std::
|
|
|
@17293
|
11 years |
tbretz |
Found a better solution to allow rootcint to parse unordered_map.
|
|
|
@17292
|
11 years |
tbretz |
Added some tweaks to allow root cint to parse the C++11 stuff.
|
|
|
@17291
|
11 years |
lyard |
BugFixed fitsdump to display the correct num of rows also for ...
|
|
|
@17290
|
11 years |
tbretz |
Added a Compression constructor which allows CINT to pass the argument ...
|
|
|
@17289
|
11 years |
tbretz |
Added missing Mars style exception handling.
|
|
|
@17288
|
11 years |
lyard |
Bugfix to be able to reuse the same zofits object to write more than ...
|
|
|
@17287
|
11 years |
tbretz |
izstream is already included from factfits.
|
|
|
@17286
|
11 years |
tbretz |
Added new classes zofits and factofits
|
|
|
@17285
|
11 years |
lyard |
fixed bug related to thread-safe-ness
|
|
|
@17284
|
11 years |
lyard |
added special case for sanity checks if calibration table is compressed
|
|
|
@17283
|
11 years |
lyard |
added no-wait condition when processing is immediate
|
|
|
@17282
|
11 years |
tbretz |
Added some more missing std:: for the compilition in Mars
|
|
|
@17281
|
11 years |
tbretz |
Use the correct define as setup by configure
|
|
|
@17280
|
11 years |
tbretz |
When we take data (eg drs-pedestal) and the voltag eis off do not ...
|
|
|
@17279
|
11 years |
tbretz |
Fixed the ionice
|
|
|
@17278
|
11 years |
tbretz |
Updated the number of bytes in the DRS_RUN service.
|
|
|
@17277
|
11 years |
tbretz |
Missed the possibility to setup the number of tiles after the ...
|
|
|
@17276
|
11 years |
tbretz |
Set a catalog size which is reasonable for normal data taking / data ...
|
|
|
@17275
|
11 years |
tbretz |
The allowed-scheme to distinguish between what to do in case of a ...
|
|
|
@17274
|
11 years |
tbretz |
Added more missing std::
|
|
|
@17273
|
11 years |
tbretz |
Removed std:: from fits
|
|
|
@17272
|
11 years |
tbretz |
Added night to the end of the DRS_RUNS service.
|
|
|
@17271
|
11 years |
tbretz |
Added night to the DRS_RUNS service.
|
|
|
@17270
|
11 years |
tbretz |
Start fadctrl with a higher I/O priority.
|
|
|
@17269
|
11 years |
tbretz |
Instead of a lot of conditionals in case of no queue, the queues are ...
|
|
|
@17268
|
11 years |
tbretz |
Implemented a <-operator to allow for sorting and the possibility to ...
|
|
|
@17267
|
11 years |
tbretz |
Added header guard.
|
|
|
@17266
|
11 years |
tbretz |
Removed the std:: from the fits classes.
|
|
|
@17265
|
11 years |
tbretz |
changed std::ofits to just ofits
|
|
|
@17264
|
11 years |
tbretz |
Hopefully finished removing the std namespace from the headers.
|
|
|
@17263
|
11 years |
tbretz |
Added more std:: namespace qualifiers
|
|
|
@17262
|
11 years |
tbretz |
Removed the 'using namespace' from header
|
|
|
@17261
|
11 years |
tbretz |
Removed 'using namespace' from header; some minor simplifications
|
|
|
@17260
|
11 years |
tbretz |
Removed the 'using namespace std;' from the header.
|
|
|
@17259
|
11 years |
lyard |
added output of tables in a file for fitsdump
|
|
|
@17258
|
11 years |
tbretz |
Replaced calls to post by emplace. Therefore implemented new ...
|
|
|
@17257
|
11 years |
tbretz |
Added button for ZFits
|
|
|
@17256
|
11 years |
tbretz |
Fixed some compiling issues.
|
|
|
@17255
|
11 years |
dneise |
removed some macros.
|
|
|
@17254
|
11 years |
tbretz |
Use a shared_ptr with aliasing of char* instead of a MemoryChunk
|
|
|
@17253
|
11 years |
lyard |
zofits with catalog shrinking and compressed calibration table
|
|
|
@17252
|
11 years |
tbretz |
Changed the order of arguments to WriteFitsImp.
|
|
|
@17251
|
11 years |
tbretz |
Forgot the #endif
|
|
|
@17250
|
11 years |
tbretz |
Updated exception handling to make Mars happy.
|
|
|
@17249
|
11 years |
tbretz |
Added a special constructor version to make CINT happy and me unhappy.
|
|
|
@17248
|
11 years |
tbretz |
Moved the night argument to the end so that it can be omoitted
|
|
|
@17247
|
11 years |
tbretz |
Added a check for its existance and potentially use colorgcc
|
|
|
@17246
|
11 years |
tbretz |
Use LINKER so that we can compiler with colorgcc
|
|
|
@17245
|
11 years |
tbretz |
Added definees for PACKAGE_NAME, PACKAGE_VERSION and REVISION
|
|
|
@17244
|
11 years |
tbretz |
Added new options and commands to configure file compression; added ...
|
|
|
@17243
|
11 years |
tbretz |
Encapsulated the header with a guard (I don't understand why this was ...
|
|
|
@17242
|
11 years |
tbretz |
Removed obsolete and potentially dangerous include
|
|
|
@17241
|
11 years |
tbretz |
Fixed a square root of a potenitally negative number; replaced setting ...
|
|
|
@17240
|
11 years |
tbretz |
Added SetDefaultKeys
|
|
|
@17239
|
11 years |
lyard |
zofits with extra default values setters
|
|
|
@17238
|
11 years |
tbretz |
Using the new Queue implementation, all queued functions need to ...
|
|
|
@17237
|
11 years |
lyard |
Cleaner version of zofits
|
|
|
@17236
|
11 years |
tbretz |
Using the new Queue implementation, all queued functions need to ...
|
|
|
@17235
|
11 years |
tbretz |
Some changes to limits: An alarm is now posted if the difference ...
|
|
|
@17234
|
11 years |
tbretz |
So far the assumption was that the precise one is the DAC, but (most ...
|
|
|
@17233
|
11 years |
tbretz |
Get the last available drs calibration to initialize the ...
|
|
|
@17232
|
11 years |
tbretz |
Give the night to DrsCalibration::WriteFitsImp
|
|
|
@17231
|
11 years |
tbretz |
Moved the implementation of the output file from a data memember to a ...
|
|
|
@17230
|
11 years |
tbretz |
Use Queue from externals instead of src.
|
|
|
@17229
|
11 years |
tbretz |
Use Queue from externals instead of src.
|
|
|
@17228
|
11 years |
tbretz |
Adapted to changes in Queue; Compression queues do not need sorting... ...
|
|
|
@17227
|
11 years |
tbretz |
Remove fSort; replaced the possibility to define a wrapper class which ...
|
|
|
@17226
|
11 years |
tbretz |
SerDrsCalibration changed to vector... pointers are always a security ...
|
|
|
@17225
|
11 years |
tbretz |
Fixed initialization with static data member; removed buggy example; ...
|
|
|
@17224
|
11 years |
tbretz |
Added missing include; setup a reasonable scheme for calling AddColumn ...
|
|
|
@17223
|
11 years |
tbretz |
Renamed BlockHeaderWriter to Compression - it is the user interface! ...
|
|
|
@17222
|
11 years |
lyard |
Header of zofits and zfits, with common enums
|
|
|
@17221
|
11 years |
lyard |
better version of zofits. New factofits. Only cleanup, defines, ...
|
|
|
@17220
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@17219
|
11 years |
lyard |
draft zofits working with Queue and MemoryManager
|
|
|
@17217
|
11 years |
tbretz |
Updated the FTM_CONTROL service handling. It was broken since kValid ...
|
|
|
@17216
|
11 years |
lyard |
Added the brand new zofits class.
|
|
|
@17215
|
11 years |
tbretz |
Now feedback has a dedicated state to check whether is is calibrated - ...
|
|
|
@17214
|
11 years |
tbretz |
This fix should change that sometimes the rate is displayed in red ...
|
|
|
@17213
|
11 years |
tbretz |
Some additons to the tab-completion.
|
|
|
@17212
|
11 years |
tbretz |
Added new file format ZFits
|
|
|
@17211
|
11 years |
tbretz |
Added the upcoming new file format ZFits.
|
|
|
@17210
|
11 years |
ftemme |
changed the values in the ceres.rc for the 12 bit ADC
|
|
|
@17209
|
11 years |
ftemme |
Implemented 12 bit ADC
|
|
|
@17208
|
11 years |
ftemme |
changed values for baselineMean and gainMean according to a simulated ...
|
|
|
@17207
|
11 years |
dneise |
updates ceres.rc to something we are currently using ... and added ...
|
|
|
@17206
|
11 years |
lyard |
Added missing initialization of is_compressed variable
|
|
|
@17205
|
11 years |
dneise |
set svn:ignore to ignore automaticly created files
|
|
|
@17204
|
11 years |
Daniela Dorner |
filling aux info to db already at 9 and 10
|
|
|
@17203
|
11 years |
tbretz |
Added custom channel offsets to correct gain variations seen in the ...
|
|
|
@17202
|
11 years |
dneise |
in commit 17200 & 17201 I committed accidentally a lot of changes, ...
|
|
|
@17201
|
11 years |
dneise |
forgot to add Afterpuls class files
|
|
|
@17200
|
11 years |
dneise |
adjusted svn:ignore property to ignore Cint and Deb files
|
|
|
@17199
|
11 years |
tbretz |
Implemented the option to fix the noise to sigma; fix noise to sigma ...
|
|
|