agheata [Thu, 3 May 2007 11:52:02 +0000 (11:52 +0000)]
This method has to be called INSIDE the user redefined CreateOutputObjects
method, before creating each object corresponding to the output containers
that are to be written to a file. This need to be done in general for the big output
objects that may not fit memory during processing.
- 'option' is the file opening option.
========================================================================
NOTE !: The method call will be ignored in PROOF mode, in which case the
results have to be streamed back to the client and written just before Terminate()
========================================================================
Example:
void MyAnaTask::CreateOutputObjects() {
OpenFile(0); // Will open the file for the object to be written at output #0
fAOD = new TTree("AOD for D0toKPi");
OpenFile(1);
// now some histos that should go in the file of the second output container
fHist1 = new TH1F("my quality check hist1",...);
fHist2 = new TH2F("my quality check hist2",...);
}
belikov [Thu, 3 May 2007 10:48:47 +0000 (10:48 +0000)]
Releasing the covariance matrix of intersection point along the track direction
panos [Thu, 3 May 2007 10:31:51 +0000 (10:31 +0000)]
Filling the detector and lhc branches
panos [Thu, 3 May 2007 10:20:34 +0000 (10:20 +0000)]
Fixing the detector tags according to the daq logbook
panos [Thu, 3 May 2007 09:54:27 +0000 (09:54 +0000)]
Adding femtoscopyUser in the compilation (Adam)
akisiel [Thu, 3 May 2007 09:51:24 +0000 (09:51 +0000)]
Add new model classes
akisiel [Thu, 3 May 2007 09:49:25 +0000 (09:49 +0000)]
Initial check-in of the model classes for User module
akisiel [Thu, 3 May 2007 09:48:46 +0000 (09:48 +0000)]
Initial check-in of the model classes
masera [Thu, 3 May 2007 09:46:20 +0000 (09:46 +0000)]
Bug fix in AliITStrackerV2 (first cluster not used) + possibility of using the V2 tracker via AliReconstruction::SetOption
akisiel [Thu, 3 May 2007 09:46:10 +0000 (09:46 +0000)]
Fixing Effective C++ warnings
decaro [Thu, 3 May 2007 09:45:09 +0000 (09:45 +0000)]
Coding convention: RN11 violation -> suppression
decaro [Thu, 3 May 2007 09:36:53 +0000 (09:36 +0000)]
Coding convention: RS2 violation -> suppression
decaro [Thu, 3 May 2007 09:34:43 +0000 (09:34 +0000)]
Coding convention: RS1 violation -> suppression
decaro [Thu, 3 May 2007 09:25:10 +0000 (09:25 +0000)]
Coding convention: RN13 violation -> suppression
decaro [Thu, 3 May 2007 09:07:22 +0000 (09:07 +0000)]
Double digit in the same TDC channel. Wrong sequence during the raw data writing in unpacked mode: solved
decaro [Thu, 3 May 2007 08:53:50 +0000 (08:53 +0000)]
Coding convention: RS3 violation -> suppression
masera [Thu, 3 May 2007 08:53:42 +0000 (08:53 +0000)]
new SSD cluster finder (Fragiacomo). SDD+SSD overall calibration included (one parameter has to be added to the OCDB)
decaro [Thu, 3 May 2007 08:42:25 +0000 (08:42 +0000)]
Coding convention: RS2 violation -> suppression
belikov [Thu, 3 May 2007 08:26:16 +0000 (08:26 +0000)]
Bug fix
decaro [Thu, 3 May 2007 08:22:22 +0000 (08:22 +0000)]
Coding convention: RN17 violation -> suppression
hristov [Thu, 3 May 2007 08:07:52 +0000 (08:07 +0000)]
The object has to be cloned, reverting the previous change
decaro [Thu, 3 May 2007 08:04:19 +0000 (08:04 +0000)]
Coding convention: RN17 violation -> suppression
jgrosseo [Thu, 3 May 2007 08:01:39 +0000 (08:01 +0000)]
typo in last commit :-(
jgrosseo [Thu, 3 May 2007 08:00:48 +0000 (08:00 +0000)]
fixing log message when pp want to skip dcs value retrieval
hristov [Thu, 3 May 2007 07:20:52 +0000 (07:20 +0000)]
Reverting the changes, additional modifications are needed to make it working
belikov [Thu, 3 May 2007 07:14:59 +0000 (07:14 +0000)]
An additional function for the default initialization of the fit.
hristov [Thu, 3 May 2007 07:04:22 +0000 (07:04 +0000)]
Adding TDirectory::TContext to restore the current directory when the scope ends
phille [Wed, 2 May 2007 23:51:02 +0000 (23:51 +0000)]
Added PHOS to the doxygen html documentation
phille [Wed, 2 May 2007 21:23:59 +0000 (21:23 +0000)]
Coding conventions
phille [Wed, 2 May 2007 19:23:10 +0000 (19:23 +0000)]
Improved raw data display
decaro [Wed, 2 May 2007 17:48:00 +0000 (17:48 +0000)]
Setted no verbose mode, by default, for TOF raw data creation
decaro [Wed, 2 May 2007 17:32:58 +0000 (17:32 +0000)]
TOF geometry description as installed (G. Cara Romeo, A. De Caro)
hristov [Wed, 2 May 2007 17:16:53 +0000 (17:16 +0000)]
Corrected initialization of arrays (Opteron)
hristov [Wed, 2 May 2007 17:16:32 +0000 (17:16 +0000)]
Corrected initialization of arrays in the copy constructor (Opteron)
hristov [Wed, 2 May 2007 16:56:48 +0000 (16:56 +0000)]
Updated version of the monitoring (Catalin)
richterm [Wed, 2 May 2007 16:54:56 +0000 (16:54 +0000)]
Coding conventions
arcelli [Wed, 2 May 2007 16:31:53 +0000 (16:31 +0000)]
Add methods to handle single event reconstruction. retrieval of Calib info moved to AliTOFReconstructor ctor, and passed via a pointer to AliTOFcalib
arcelli [Wed, 2 May 2007 16:30:37 +0000 (16:30 +0000)]
Add methods to handle single event reconstruction, and retrieve Calib info in the constructor (only once). HasLocalreconstruction is set to true as a default
cblume [Wed, 2 May 2007 16:24:49 +0000 (16:24 +0000)]
Fix a bug in the appilcation of ExB and diffusion
phille [Wed, 2 May 2007 16:07:57 +0000 (16:07 +0000)]
Coding conventions
kir [Wed, 2 May 2007 15:37:52 +0000 (15:37 +0000)]
new histos
hristov [Wed, 2 May 2007 15:31:14 +0000 (15:31 +0000)]
Updated list of MUON libraries (Ivana)
kir [Wed, 2 May 2007 15:25:25 +0000 (15:25 +0000)]
initial QA tasks from AliAnalisys
kir [Wed, 2 May 2007 15:24:53 +0000 (15:24 +0000)]
LORS-> TGeoRS for v2 geometry
ivana [Wed, 2 May 2007 15:09:51 +0000 (15:09 +0000)]
Moving loading base after raw
(thanks to Laurent)
ivana [Wed, 2 May 2007 14:25:41 +0000 (14:25 +0000)]
Commented out loading macros not yet ported to splitting MUONData:
MUONResoEffChamber.C, MUONTrigger.C
ivana [Wed, 2 May 2007 14:24:37 +0000 (14:24 +0000)]
Moving class from base to trigger
ivana [Wed, 2 May 2007 14:24:07 +0000 (14:24 +0000)]
Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
ivana [Wed, 2 May 2007 14:23:27 +0000 (14:23 +0000)]
New trigger library
ivana [Wed, 2 May 2007 14:21:45 +0000 (14:21 +0000)]
Adding trigger and evaluation library
ivana [Wed, 2 May 2007 14:21:17 +0000 (14:21 +0000)]
Changed libraries from Root to more basic ones
ivana [Wed, 2 May 2007 14:20:50 +0000 (14:20 +0000)]
Removing compiler warnings
ivana [Wed, 2 May 2007 14:20:36 +0000 (14:20 +0000)]
Adding CVS Id and/or Copyright
ivana [Wed, 2 May 2007 14:20:02 +0000 (14:20 +0000)]
Reorganizing libraries (separation of simulation and reconstruction classes)
ivana [Wed, 2 May 2007 14:19:19 +0000 (14:19 +0000)]
- Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
- Now generating two files galice files: galice_sim.root, galice.root
ivana [Wed, 2 May 2007 14:18:34 +0000 (14:18 +0000)]
Moving class from base to evaluation
ivana [Wed, 2 May 2007 14:18:21 +0000 (14:18 +0000)]
Corrected library name
ivana [Wed, 2 May 2007 14:18:08 +0000 (14:18 +0000)]
Moving class from shuttle to base
ivana [Wed, 2 May 2007 14:17:55 +0000 (14:17 +0000)]
Moving class from base to trigger
ivana [Wed, 2 May 2007 14:17:16 +0000 (14:17 +0000)]
Moving class from base to sim
ivana [Wed, 2 May 2007 14:16:48 +0000 (14:16 +0000)]
- Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
- To be checked by Hermine & Alessandro
ivana [Wed, 2 May 2007 14:16:28 +0000 (14:16 +0000)]
- Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
- To be checked by Artur
ivana [Wed, 2 May 2007 14:16:11 +0000 (14:16 +0000)]
Corrected includes
ivana [Wed, 2 May 2007 14:15:43 +0000 (14:15 +0000)]
- Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
- Function DrawHits(); disabled (to remove depndence in code from
simulation) - shoud be moved in some class in sim
ivana [Wed, 2 May 2007 14:15:23 +0000 (14:15 +0000)]
Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
(Philippe C.)
ivana [Wed, 2 May 2007 14:15:06 +0000 (14:15 +0000)]
Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
ivana [Wed, 2 May 2007 14:13:10 +0000 (14:13 +0000)]
- Moving class from base to sim
- Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
ivana [Wed, 2 May 2007 14:12:46 +0000 (14:12 +0000)]
- Moving class from base to sim
- Updated for separation of simulation and reconstruction classes
(namely AliMUONData class)
- Removing obsolete functions operating on raw clusters
ivana [Wed, 2 May 2007 14:12:21 +0000 (14:12 +0000)]
Separeted sim/rec dependents parts in two new classes
(AliMUONSimData, AliMUONRecData) derived from this one.
ivana [Wed, 2 May 2007 14:11:56 +0000 (14:11 +0000)]
AliMUONLoader separated in two loader classes (sim/rec)
arcelli [Wed, 2 May 2007 14:10:57 +0000 (14:10 +0000)]
Retrieval of Env. Temperature removed (will get it from the GRP)
ivana [Wed, 2 May 2007 14:10:37 +0000 (14:10 +0000)]
AliMUONLoader.h
ivana [Wed, 2 May 2007 14:10:19 +0000 (14:10 +0000)]
Separeted sim/rec dependent parts of AliMUONData in two new classes
(AliMUONSimData, AliMUONRecData) derived from this one.
cvetan [Wed, 2 May 2007 14:03:27 +0000 (14:03 +0000)]
Bugfix
kharlov [Wed, 2 May 2007 13:41:22 +0000 (13:41 +0000)]
Mode protection against absence of calib.data from AliPHOSCalibData to AliPHOSClusterizerv1::GetCalibrationParameters()
belikov [Wed, 2 May 2007 12:37:29 +0000 (12:37 +0000)]
Introducing a Kalman-Filter-like straight-line fitter to the set of alignment classes
agheata [Wed, 2 May 2007 12:13:59 +0000 (12:13 +0000)]
The method LocalInit() may be implemented to call locally (on the client)
all initialization methods of the class. It is not mandatory and was created
in order to minimize the complexity and readability of the analysis macro.
DO NOT create in this method the histigrams or task output objects that will
go in the task output containers. Use CreateOutputObjects() method for that.
agheata [Wed, 2 May 2007 11:56:07 +0000 (11:56 +0000)]
fixed return value for Notify()
morsch [Wed, 2 May 2007 10:53:03 +0000 (10:53 +0000)]
Standard connection to ESD in chain.
agheata [Wed, 2 May 2007 08:26:22 +0000 (08:26 +0000)]
- New class AliAnalysisDataWrapper used for streaming output results from PROOF to
local client. The class is just a data wrapper that implements Merge() method.
Wrappers have the same name as the data containers exporting the data, which is then
imported by the corresponding container on the client. Used only on PROOF mode
does not provide any user API (framework utility). This fixes current streaming
in PROOF mode.
- All input tree branches are disabled. Analysis tasks should connect to needed
branches inside MyTask::ConnectInputData() by testing first if the branch address
is already taken, then calling SetBranchAddress():
char ** address = (char **)GetBranchAddress(0, "ESD");
if (address)
{
fESD = (AliESD*)(*address);
}
else
{
fESD = new AliESD();
SetBranchAddress(0, "ESD", &fESD); // first task taking the branch enables it
}
- virtual AliAnalysisTask::Notify() implemented. This method should be implemented
by the derived user task only if current chain file changes need to be treated.
Used currently by AliAnalysisTaskRL class to handle correclty AliRunLoader pointer.
- Methods: MyTask::CreateOutputObjects() and MyTask::Terminate() now called also
for non-event loop tasks (e.g. fitting).
masera [Wed, 2 May 2007 07:10:23 +0000 (07:10 +0000)]
Bug fix in method RefitAt: the cluster with index 0 was rejected (A. Dainese)
bnandi [Wed, 2 May 2007 04:09:06 +0000 (04:09 +0000)]
changes in the code
phille [Tue, 1 May 2007 23:54:06 +0000 (23:54 +0000)]
Coding conventions
phille [Tue, 1 May 2007 23:36:21 +0000 (23:36 +0000)]
Coding conventions
phille [Tue, 1 May 2007 22:45:07 +0000 (22:45 +0000)]
Added new files to aliroot build system
phille [Tue, 1 May 2007 22:18:32 +0000 (22:18 +0000)]
Structure to hold decoded altro raw data for a single channel
phille [Tue, 1 May 2007 22:17:05 +0000 (22:17 +0000)]
Coding conventions & cleanup of obsolete code
phille [Tue, 1 May 2007 22:16:15 +0000 (22:16 +0000)]
New datatype for channnel raw data
phille [Tue, 1 May 2007 22:15:39 +0000 (22:15 +0000)]
Coding conventions
phille [Tue, 1 May 2007 22:15:09 +0000 (22:15 +0000)]
Component to just decode the dat rom the DDLS and then dump the results
to sherd memory. Used for raw data displa at the HLT
phille [Tue, 1 May 2007 22:12:42 +0000 (22:12 +0000)]
Structure to hold raw data samples from the altro for one RCU (2x28x32 channels)
phille [Tue, 1 May 2007 19:46:07 +0000 (19:46 +0000)]
Coding conventions
mvl [Tue, 1 May 2007 16:22:15 +0000 (16:22 +0000)]
Changed dynamic range for SDigits to 2 TeV (integer with 10^6 * E [GeV])
mvl [Tue, 1 May 2007 16:21:05 +0000 (16:21 +0000)]
Changed default dynamic range to 250 GeV
mvl [Tue, 1 May 2007 16:19:14 +0000 (16:19 +0000)]
Changed dynamic range to 250 GeV
phille [Tue, 1 May 2007 15:20:02 +0000 (15:20 +0000)]
Coding conventions
richterm [Tue, 1 May 2007 14:35:34 +0000 (14:35 +0000)]
disable thread support for hough tracking, DAs are supposed to be single threaded
phille [Mon, 30 Apr 2007 22:49:33 +0000 (22:49 +0000)]
Raw data display at the HLT
arcelli [Mon, 30 Apr 2007 19:02:24 +0000 (19:02 +0000)]
hopefully the last refinements for correct type conversion in calibration
arcelli [Mon, 30 Apr 2007 19:02:11 +0000 (19:02 +0000)]
hopefully the last refinements for correct type conversion in miscalibration