]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
16 years agoALL QA naming conventions and files in AliQA
schutz [Wed, 7 Nov 2007 10:54:11 +0000 (10:54 +0000)]
ALL QA naming conventions and files in AliQA

16 years agoMacro to perform QA
schutz [Wed, 7 Nov 2007 10:45:37 +0000 (10:45 +0000)]
Macro to perform QA

16 years agoupdated ideal geometry
rgrosso [Wed, 7 Nov 2007 10:24:37 +0000 (10:24 +0000)]
updated ideal geometry

16 years agocoding conventions (Oystein/Per Thomas)
richterm [Tue, 6 Nov 2007 23:21:45 +0000 (23:21 +0000)]
coding conventions (Oystein/Per Thomas)

16 years agoRecord changes.
alja [Tue, 6 Nov 2007 21:22:53 +0000 (21:22 +0000)]
Record changes.

16 years agoChange range for number of tick-mark.
alja [Tue, 6 Nov 2007 21:22:52 +0000 (21:22 +0000)]
Change range for number of tick-mark.

16 years agoCheck if projected value is in the limit.
alja [Tue, 6 Nov 2007 21:22:51 +0000 (21:22 +0000)]
Check if projected value is in the limit.

16 years agoMove NLTProjectale class from GeoRnrEl to GeoShapeRnrEl.
alja [Tue, 6 Nov 2007 21:22:50 +0000 (21:22 +0000)]
Move NLTProjectale class from GeoRnrEl to GeoShapeRnrEl.

16 years agoRemove common base class class for GeoNodeRnrEl and GeoShapeRnrEl.
alja [Tue, 6 Nov 2007 21:22:49 +0000 (21:22 +0000)]
Remove common base class class for GeoNodeRnrEl and GeoShapeRnrEl.

16 years agoImplement load/save of GeoNodeRnrEl and GeoShapeRnrEl. GeoNodeRnrEl
alja [Tue, 6 Nov 2007 21:22:43 +0000 (21:22 +0000)]
Implement load/save of GeoNodeRnrEl and GeoShapeRnrEl. GeoNodeRnrEl
is no longer NLTProjectable.

16 years agoadding default constructor that does not need a name
jgrosseo [Tue, 6 Nov 2007 18:44:37 +0000 (18:44 +0000)]
adding default constructor that does not need a name

16 years agoprevening warning of hidden function:
jgrosseo [Tue, 6 Nov 2007 18:43:33 +0000 (18:43 +0000)]
prevening warning of hidden function:
virtual Bool_t TObject::Notify()

16 years agoprevening warning of hidden function:
jgrosseo [Tue, 6 Nov 2007 18:36:51 +0000 (18:36 +0000)]
prevening warning of hidden function:
virtual Bool_t TObject::Notify()

16 years agointroduction flag to skip the reading of track references (default: on)
jgrosseo [Tue, 6 Nov 2007 18:00:51 +0000 (18:00 +0000)]
introduction flag to skip the reading of track references (default: on)

16 years agoremoved definition
schutz [Tue, 6 Nov 2007 16:32:23 +0000 (16:32 +0000)]
removed definition

16 years agoHLT TPC Conformal mapping tracker running in AliRoot
richterm [Tue, 6 Nov 2007 15:35:42 +0000 (15:35 +0000)]
HLT TPC Conformal mapping tracker running in AliRoot
- changes in conformal mapping tracker to postpone large memory allocation
  to the place where it's needed
- bugfix in FileHandler to deliver correct HLT raw TPC format
- bugfix in DigitReaderUnpacked to treat rows similar to other digut readers
- benchmark logging level introduced

16 years ago- bugfix AliHLTDataBuffer: size of buffer descriptor set correctly
richterm [Tue, 6 Nov 2007 15:27:42 +0000 (15:27 +0000)]
- bugfix AliHLTDataBuffer: size of buffer descriptor set correctly
- framework loglevel introduced, argument 'frameworklog='
- ComponentHandler: library mode introduced, prevent component libraries
  from being unloaded if mode=static

16 years agoback again
cblume [Tue, 6 Nov 2007 14:57:30 +0000 (14:57 +0000)]
back again

16 years agoPut all the naming conventions into AlIQA
schutz [Tue, 6 Nov 2007 13:48:58 +0000 (13:48 +0000)]
Put all the naming conventions into AlIQA

16 years ago T0 mean position for channel width 24.4
alla [Tue, 6 Nov 2007 12:42:10 +0000 (12:42 +0000)]
 T0 mean position for channel width 24.4

16 years ago remove warnings
alla [Tue, 6 Nov 2007 12:41:10 +0000 (12:41 +0000)]
 remove warnings

16 years agofloat channel width
alla [Tue, 6 Nov 2007 12:40:27 +0000 (12:40 +0000)]
float channel width

16 years agoRecord changes.
mtadel [Tue, 6 Nov 2007 12:32:07 +0000 (12:32 +0000)]
Record changes.

16 years agoRemove obsolete setup of GL viewer.
mtadel [Tue, 6 Nov 2007 12:32:06 +0000 (12:32 +0000)]
Remove obsolete setup of GL viewer.

16 years agoSeparate import of standard macros into a special function so that
mtadel [Tue, 6 Nov 2007 12:32:05 +0000 (12:32 +0000)]
Separate import of standard macros into a special function so that
it can be called from elsewhere.

16 years agoUse geometry.root (misaligned_geometry.root no longer there).
mtadel [Tue, 6 Nov 2007 12:32:04 +0000 (12:32 +0000)]
Use geometry.root (misaligned_geometry.root no longer there).

16 years agoRecord changes.
mtadel [Tue, 6 Nov 2007 12:24:49 +0000 (12:24 +0000)]
Record changes.

16 years agoUse TDirectoryFile when creating event directory for VSD.
mtadel [Tue, 6 Nov 2007 12:24:48 +0000 (12:24 +0000)]
Use TDirectoryFile when creating event directory for VSD.
Remove unnecessary whitespace from print statements.

16 years agoOriginal track's path marks were copied to the projected track in
mtadel [Tue, 6 Nov 2007 12:23:34 +0000 (12:23 +0000)]
Original track's path marks were copied to the projected track in
Track::SetTrackParams(). This caused duplication of track-lines
and occasional crashes during event navigation.
Comments, grayspace.

16 years agoComments, grayspace.
mtadel [Tue, 6 Nov 2007 12:23:33 +0000 (12:23 +0000)]
Comments, grayspace.

16 years agoAdding low resolution channels to reco object
coppedis [Tue, 6 Nov 2007 12:14:48 +0000 (12:14 +0000)]
Adding low resolution channels to reco object

16 years agoReverse the order in which the directories are removed. In this way we avoid certain...
cvetan [Tue, 6 Nov 2007 11:15:36 +0000 (11:15 +0000)]
Reverse the order in which the directories are removed. In this way we avoid certain problems on NFS

16 years agoCoding convention violation corrected
coppedis [Tue, 6 Nov 2007 09:45:38 +0000 (09:45 +0000)]
Coding convention violation corrected

16 years agoUpdate of ZDC Shuttle preprocessor (II/II) -> test macro
coppedis [Tue, 6 Nov 2007 09:33:39 +0000 (09:33 +0000)]
Update of ZDC Shuttle preprocessor (II/II) -> test macro

16 years agoCoding convention correction
coppedis [Tue, 6 Nov 2007 09:33:15 +0000 (09:33 +0000)]
Coding convention correction

16 years agoIgnoring smell subdet
alibrary [Tue, 6 Nov 2007 09:17:09 +0000 (09:17 +0000)]
Ignoring smell subdet

16 years agoAscii data file with parameters from PHYSICS runs needed for reconstruction
coppedis [Tue, 6 Nov 2007 09:15:44 +0000 (09:15 +0000)]
Ascii data file with parameters from PHYSICS runs needed for reconstruction

16 years agoUpdate of ZDC Shuttle preprocessor (II/II)
coppedis [Tue, 6 Nov 2007 09:14:16 +0000 (09:14 +0000)]
Update of ZDC Shuttle preprocessor (II/II)

16 years agoCoding convention correction
coppedis [Tue, 6 Nov 2007 09:13:06 +0000 (09:13 +0000)]
Coding convention correction

16 years agoMinor changes
coppedis [Tue, 6 Nov 2007 09:12:45 +0000 (09:12 +0000)]
Minor changes

16 years agoremove classes until coding violations are fixed
cblume [Tue, 6 Nov 2007 08:52:32 +0000 (08:52 +0000)]
remove classes until coding violations are fixed

16 years agoWrong segment word signature fixed (5800->5900)
dibari [Tue, 6 Nov 2007 08:40:46 +0000 (08:40 +0000)]
Wrong segment word signature fixed (5800->5900)

16 years agoHTA included. A running mean ref. index is added to take intoaccount variations.
dibari [Tue, 6 Nov 2007 08:02:14 +0000 (08:02 +0000)]
HTA included. A running mean ref. index is added to take intoaccount variations.

16 years agoCall to HTA added.
dibari [Tue, 6 Nov 2007 08:00:00 +0000 (08:00 +0000)]
Call to HTA added.

16 years agoNo HLT specific for HMPID (not needed)
dibari [Tue, 6 Nov 2007 07:57:23 +0000 (07:57 +0000)]
No HLT specific for HMPID (not needed)

16 years agoNew class AliHMPIDReconHTA
dibari [Tue, 6 Nov 2007 07:56:35 +0000 (07:56 +0000)]
New class AliHMPIDReconHTA

16 years agoAdapted to new HTA class. When HTA is selected, a new file HTA.root is created locall...
dibari [Tue, 6 Nov 2007 07:56:07 +0000 (07:56 +0000)]
Adapted to new HTA class. When HTA is selected, a new file HTA.root is created locally with useful plots.

16 years agoImprovements in display options.
dibari [Tue, 6 Nov 2007 07:54:50 +0000 (07:54 +0000)]
Improvements in display options.

16 years agoTemporar HTA functions moved to proper class + minors.
dibari [Tue, 6 Nov 2007 07:53:53 +0000 (07:53 +0000)]
Temporar HTA functions moved to proper class + minors.

16 years agoNew class for Hidden Track Algorithm (HTA) devoted to the reconstruction of Cherenkov...
dibari [Tue, 6 Nov 2007 07:52:54 +0000 (07:52 +0000)]
New class for Hidden Track Algorithm (HTA) devoted to the reconstruction of Cherenkov rings without any tracking info (useful for cosmics,low multiplicity events,low momentum tracks...) (DDB).

16 years agoRemoving unnecessary characters form the DA description
cvetan [Mon, 5 Nov 2007 17:25:20 +0000 (17:25 +0000)]
Removing unnecessary characters form the DA description

16 years agoThe DA description is read form the DA source file and put in the RPM spec file
cvetan [Mon, 5 Nov 2007 17:24:48 +0000 (17:24 +0000)]
The DA description is read form the DA source file and put in the RPM spec file

16 years agoTest beam analysis class by Sylwester
cblume [Mon, 5 Nov 2007 17:14:50 +0000 (17:14 +0000)]
Test beam analysis class by Sylwester

16 years agoFixes to the preprocessor.
cholm [Mon, 5 Nov 2007 13:59:25 +0000 (13:59 +0000)]
Fixes to the preprocessor.

16 years agoRequired info added as comments at the beginning of the source file
zampolli [Mon, 5 Nov 2007 12:56:27 +0000 (12:56 +0000)]
Required info added as comments at the beginning of the source file

16 years agoTest beam raw data reading
cblume [Mon, 5 Nov 2007 12:42:41 +0000 (12:42 +0000)]
Test beam raw data reading

16 years agoMap of hit point in the trigger chamber (Diego)
martinez [Mon, 5 Nov 2007 11:06:27 +0000 (11:06 +0000)]
Map of hit point in the trigger chamber (Diego)

16 years agoequalized time delays for maenear
alla [Mon, 5 Nov 2007 09:03:01 +0000 (09:03 +0000)]
equalized time delays for maenear

16 years agoequalizing time delays on TimeMeaner
alla [Mon, 5 Nov 2007 09:01:54 +0000 (09:01 +0000)]
equalizing time delays on TimeMeaner

16 years agotime range changed
bnandi [Mon, 5 Nov 2007 08:02:11 +0000 (08:02 +0000)]
time range changed

16 years agoFixed AliFMDPreprocessor to use GetFromOCDB. It is still AliFMDParameters
cholm [Sun, 4 Nov 2007 10:07:53 +0000 (10:07 +0000)]
Fixed AliFMDPreprocessor to use GetFromOCDB.  It is still AliFMDParameters
that get the stuff, but it uses the AliFMDPreprocessor object to do so.
In this way, we're sure that we use the same data in all steps of the
preprocessor.

Updated test script.

16 years agoUpdate (I/II)
coppedis [Sun, 4 Nov 2007 08:40:45 +0000 (08:40 +0000)]
Update (I/II)

16 years agoUpdated test macro for ZDC Shuttle preprocessor
coppedis [Sun, 4 Nov 2007 07:48:42 +0000 (07:48 +0000)]
Updated test macro for ZDC Shuttle preprocessor

16 years agoEauqlization coefficients included
coppedis [Sun, 4 Nov 2007 07:38:15 +0000 (07:38 +0000)]
Eauqlization coefficients included

16 years agoMinor corrections
coppedis [Sun, 4 Nov 2007 07:36:51 +0000 (07:36 +0000)]
Minor corrections

16 years agoRemoved
coppedis [Sun, 4 Nov 2007 07:10:10 +0000 (07:10 +0000)]
Removed

16 years agoData file for sector equalization
coppedis [Sat, 3 Nov 2007 07:56:06 +0000 (07:56 +0000)]
Data file for sector equalization

16 years agoUpdated file
coppedis [Sat, 3 Nov 2007 07:54:44 +0000 (07:54 +0000)]
Updated file

16 years agobugfix: SliceTracker handles only input blocks of known data format (Kenneth)
richterm [Fri, 2 Nov 2007 21:03:38 +0000 (21:03 +0000)]
bugfix: SliceTracker handles only input blocks of known data format (Kenneth)

16 years agocode cleanup, coding rules, eff C++
richterm [Fri, 2 Nov 2007 20:48:09 +0000 (20:48 +0000)]
code cleanup, coding rules, eff C++

16 years agocorrect handling of multiple output data types
richterm [Fri, 2 Nov 2007 20:05:09 +0000 (20:05 +0000)]
correct handling of multiple output data types

16 years agoChanges due to new PROOF (Marian)
marian [Fri, 2 Nov 2007 17:43:18 +0000 (17:43 +0000)]
Changes due to new PROOF (Marian)
Main problem - Objects - components could not be initialized
in SlaveBegin as fChain was not yet initialized

16 years agoStoring the Altro mapping objects in the CDB. Macro to generate them from the ascii...
cvetan [Fri, 2 Nov 2007 17:14:44 +0000 (17:14 +0000)]
Storing the Altro mapping objects in the CDB. Macro to generate them from the ascii files in the mapping folder

16 years agoInitialization of the calibration component in special function.
marian [Fri, 2 Nov 2007 17:05:40 +0000 (17:05 +0000)]
Initialization of the calibration component in special function.
SlaveBegin can not be used as the fChain is not set
(different older PROOF)

(Marian)

16 years agoProtection for AliESDevent (Marian)
marian [Fri, 2 Nov 2007 17:03:09 +0000 (17:03 +0000)]
Protection for AliESDevent (Marian)

16 years agoUpdated CDB entries. Keep only the forward mapping array persistent, the inverse...
cvetan [Fri, 2 Nov 2007 16:56:35 +0000 (16:56 +0000)]
Updated CDB entries. Keep only the forward mapping array persistent, the inverse one is created on demand.

16 years agoKeep only the forward mapping array persistent, the inverse one is created on demand...
cvetan [Fri, 2 Nov 2007 16:34:20 +0000 (16:34 +0000)]
Keep only the forward mapping array persistent, the inverse one is created on demand. Various minor changes

16 years agoFix array sizes.
markus [Fri, 2 Nov 2007 16:03:38 +0000 (16:03 +0000)]
Fix array sizes.

16 years agoProtection if the compiler is not gcc
hristov [Fri, 2 Nov 2007 15:43:51 +0000 (15:43 +0000)]
Protection if the compiler is not gcc

16 years agoAdding Solaris with CC
hristov [Fri, 2 Nov 2007 15:43:20 +0000 (15:43 +0000)]
Adding Solaris with CC

16 years agoUnused array commented out
hristov [Fri, 2 Nov 2007 15:42:57 +0000 (15:42 +0000)]
Unused array commented out

16 years agoProvide return value if the function is not void
hristov [Fri, 2 Nov 2007 15:41:49 +0000 (15:41 +0000)]
Provide return value if the function is not void

16 years agoInitialization of data members
hristov [Fri, 2 Nov 2007 15:39:43 +0000 (15:39 +0000)]
Initialization of data members

16 years agoTrack propagation and coordinate transformation moved into base class.
markus [Fri, 2 Nov 2007 14:07:42 +0000 (14:07 +0000)]
Track propagation and coordinate transformation moved into base class.
New common getters for track origin.

16 years agoNew functions implemented (Marian)
marian [Fri, 2 Nov 2007 13:25:33 +0000 (13:25 +0000)]
New functions implemented (Marian)

Int_t  AliXRDPROOFtoolkit::CheckTreeInFile(const char*fileName,const char*treeName, Int_t debugLevel, const char *branchName){
  //
  // Check the tree in file
  // fileName   - the name of the file with tree
  // treeName   - the name of file
  // debugLevel - 0 check the existance of the file -  1 make loop over entries
  // branchName - if debugLevel>0 the branch is chcecked
  //              if brnachName =0 the content of full tree is chcecked
  // return value = 0 - Check things  OK
  //               -1 - file not exist or not accesible
  //               -2 - file is zombie
  //    -3 - tree not present
  //               -4 - branch not present

Bool_t  AliXRDPROOFtoolkit::FilterList(const char*inputList, const char*fileList, Int_t checkLevel){
  //
  // Filter the list
  // inputList - list of original file names
  // fileList  - list of file to be checked
  //           - 0 - fileName
  //           - 1 - treeName (if * not checked)
  //           - 2 - fileName
  //                 ....
  // checkLevel - 0 - check only existance of the files and tree's +
  //                  simple file corruption
  //            > 1 - check the content of the tree -
  //                  (can crash as there do not exest exception handling in ROOT)
  // Output -  two streams are created - file with good entries
  // "%s.Good a,d file with bad entries %s.Bad
  //EXAMPLE:
  // AliXRDPROOFtoolkit::FilterList("ppgrid2.txt","AliESDs.root esdTree AliESDfriends.root * Kinematics.root *",1)

16 years ago one more bug fix
alla [Fri, 2 Nov 2007 13:20:28 +0000 (13:20 +0000)]
 one more bug fix

16 years agoImproved log message
acolla [Fri, 2 Nov 2007 10:55:45 +0000 (10:55 +0000)]
Improved log message

16 years agoProtection added to AliShuttle::CopyFileLocally
acolla [Fri, 2 Nov 2007 10:53:16 +0000 (10:53 +0000)]
Protection added to AliShuttle::CopyFileLocally

16 years agoStoring raw data tags properly
acolla [Fri, 2 Nov 2007 10:31:05 +0000 (10:31 +0000)]
Storing raw data tags properly

16 years agoPort of changes from v4-07-Release and additional rule conformance
akisiel [Fri, 2 Nov 2007 09:37:15 +0000 (09:37 +0000)]
Port of changes from v4-07-Release and additional rule conformance

16 years agoMap of CDB storages and list of CDB object Id's used for the reconstruction are
acolla [Fri, 2 Nov 2007 09:35:17 +0000 (09:35 +0000)]
Map of CDB storages and list of CDB object Id's used for the reconstruction are
now written to the ESD tree's UserInfo.

The storage map (named "cdbMap") is a list of TObjString pairs. The key is "default" or the paths
for which the specific storages are accessed, e.g.:

key value
"default" "local://$ALICE_ROOT"
"TPC/Calib/*" "local://TPC_SPECIFIC"
...

The list of retrieved objects (named "cdbList") is made of the AliCDBId's of the retrieved data.

To get them:

TFile * f = new TFile("AliESDs.root");

TTree* tree = f->Get("esdTree");
TList* l = tree->GetUserInfo();

TList* ids = l->FindObject("cdbList");
ids->Print();

TMap* storages = l->FindObject("cdbMap");
storages->Print();

16 years agofix bug in OnlineLookup
alla [Fri, 2 Nov 2007 09:13:56 +0000 (09:13 +0000)]
fix bug in OnlineLookup

16 years agonames changed to lower case
bnandi [Fri, 2 Nov 2007 07:25:18 +0000 (07:25 +0000)]
names changed to lower case

16 years agoPreprocessor with DCS
bnandi [Fri, 2 Nov 2007 07:24:27 +0000 (07:24 +0000)]
Preprocessor with DCS

16 years agoFixed also smell detection
alibrary [Thu, 1 Nov 2007 15:30:22 +0000 (15:30 +0000)]
Fixed also smell detection

16 years agoAdd a warning for missing transformation matrix
cblume [Thu, 1 Nov 2007 15:14:11 +0000 (15:14 +0000)]
Add a warning for missing transformation matrix

16 years agoAdd a warning for missing transformation matrix
cblume [Thu, 1 Nov 2007 12:40:30 +0000 (12:40 +0000)]
Add a warning for missing transformation matrix

16 years agoRecord changes.
mtadel [Thu, 1 Nov 2007 12:23:32 +0000 (12:23 +0000)]
Record changes.

16 years agoFrom Bertrand: Windows fixes.
mtadel [Thu, 1 Nov 2007 12:23:31 +0000 (12:23 +0000)]
From Bertrand: Windows fixes.

16 years agoMacros to produce bad modules map from ESD
kharlov [Thu, 1 Nov 2007 12:15:26 +0000 (12:15 +0000)]
Macros to produce bad modules map from ESD