]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
9 years agodoxy: treat macros/classes differently
dberzano [Fri, 9 Jan 2015 16:31:19 +0000 (17:31 +0100)]
doxy: treat macros/classes differently

9 years agoCoverity fix 24810 (goran.simatovic@cern.ch)
miweber [Fri, 9 Jan 2015 16:46:46 +0000 (17:46 +0100)]
Coverity fix 24810 (goran.simatovic@cern.ch)

9 years agoFix data member streaming (A.Alici)
zconesa [Fri, 9 Jan 2015 16:48:14 +0000 (17:48 +0100)]
Fix data member streaming (A.Alici)

9 years agoBugfix in drawing macro: TH2D -> TH1D
miweber [Fri, 9 Jan 2015 16:36:42 +0000 (17:36 +0100)]
Bugfix in drawing macro: TH2D -> TH1D

9 years agoCoverity fixes
mvl [Fri, 9 Jan 2015 15:56:53 +0000 (16:56 +0100)]
Coverity fixes

9 years agoSubstitued At with FindObject +
fbellini [Fri, 9 Jan 2015 16:13:10 +0000 (17:13 +0100)]
Substitued At with FindObject +
New year's cleanup and minor fixes to plotting style

9 years agoMerge branch 'feature-doxygen'
dberzano [Fri, 9 Jan 2015 15:03:51 +0000 (16:03 +0100)]
Merge branch 'feature-doxygen'

9 years agodoxy: helper script for converting
dberzano [Fri, 9 Jan 2015 14:52:39 +0000 (15:52 +0100)]
doxy: helper script for converting

9 years agodoxy: consider doxygen dir
dberzano [Fri, 9 Jan 2015 14:51:20 +0000 (15:51 +0100)]
doxy: consider doxygen dir

9 years agodoxy: removed group definitions
dberzano [Fri, 9 Jan 2015 14:14:18 +0000 (15:14 +0100)]
doxy: removed group definitions

9 years agodoxy: no HTML collapsable sections
dberzano [Fri, 9 Jan 2015 14:07:05 +0000 (15:07 +0100)]
doxy: no HTML collapsable sections

9 years agodoxy: mark the end of comment blocks properly
dberzano [Wed, 7 Jan 2015 15:15:48 +0000 (16:15 +0100)]
doxy: mark the end of comment blocks properly

9 years agodoxy: changed colors
dberzano [Wed, 7 Jan 2015 14:40:03 +0000 (15:40 +0100)]
doxy: changed colors

9 years agodoxy: support static member declarations
dberzano [Wed, 7 Jan 2015 14:36:56 +0000 (15:36 +0100)]
doxy: support static member declarations

9 years agodoxy: interpret other special ROOT comment flags
dberzano [Wed, 7 Jan 2015 11:37:36 +0000 (12:37 +0100)]
doxy: interpret other special ROOT comment flags

9 years agodoxy: correctly pick parsed date from regexp
dberzano [Wed, 7 Jan 2015 10:39:30 +0000 (11:39 +0100)]
doxy: correctly pick parsed date from regexp

9 years agodoxy: extract ROOT macros for picture generation
dberzano [Fri, 12 Dec 2014 18:15:19 +0000 (19:15 +0100)]
doxy: extract ROOT macros for picture generation

The Begin_Macro...End_Macro blocks are finally parsed, and output macro
files are created from there. Each macro will be in a subdirectory of
current source file's directory called "docimg", and it will be named
uniquely after a digest from its content.

9 years agodoxy: do not strip <H1>, <H2>...
dberzano [Thu, 11 Dec 2014 11:55:10 +0000 (12:55 +0100)]
doxy: do not strip <H1>, <H2>...

9 years agodoxy: convert <pre> to Markdown ~~~
dberzano [Thu, 11 Dec 2014 11:23:43 +0000 (12:23 +0100)]
doxy: convert <pre> to Markdown ~~~

Doxygen understands <pre> correctly (as it supports HTML), but code
blocks rendered with ~~~ are rendered with a different style.

9 years agodoxy: support multiline LaTeX
dberzano [Wed, 10 Dec 2014 18:22:36 +0000 (19:22 +0100)]
doxy: support multiline LaTeX

9 years agodoxy: support inline LaTeX
dberzano [Wed, 10 Dec 2014 15:51:04 +0000 (16:51 +0100)]
doxy: support inline LaTeX

9 years agodoxy: test scripts
dberzano [Wed, 10 Dec 2014 11:03:59 +0000 (12:03 +0100)]
doxy: test scripts

9 years agodoxy: specify include directories on cmdline
dberzano [Wed, 10 Dec 2014 10:44:27 +0000 (11:44 +0100)]
doxy: specify include directories on cmdline

9 years agodoxy: fixed calculation of class desc last line
dberzano [Wed, 10 Dec 2014 10:42:46 +0000 (11:42 +0100)]
doxy: fixed calculation of class desc last line

9 years agodoxy: collapse empty comments instead of removing
dberzano [Tue, 9 Dec 2014 20:07:21 +0000 (21:07 +0100)]
doxy: collapse empty comments instead of removing

Necessary to make thtml2doxy idempotent (i.e. 2nd pass should make no
changes)

9 years agodoxy: deal with empty/not present class comments
dberzano [Tue, 9 Dec 2014 19:25:59 +0000 (20:25 +0100)]
doxy: deal with empty/not present class comments

9 years agodoxy: deal with empty method comments
dberzano [Tue, 9 Dec 2014 19:14:17 +0000 (20:14 +0100)]
doxy: deal with empty method comments

9 years agodoxy: assertions in ctors to enforce consistency
dberzano [Tue, 9 Dec 2014 19:05:58 +0000 (20:05 +0100)]
doxy: assertions in ctors to enforce consistency

9 years agodoxy: do not abort if member has no description
dberzano [Tue, 9 Dec 2014 15:13:19 +0000 (16:13 +0100)]
doxy: do not abort if member has no description

9 years agodoxy: removed old script, kept only libclang one
dberzano [Tue, 9 Dec 2014 15:04:06 +0000 (16:04 +0100)]
doxy: removed old script, kept only libclang one

9 years agodoxy: strip HTML before parsing date/author
dberzano [Tue, 9 Dec 2014 14:58:32 +0000 (15:58 +0100)]
doxy: strip HTML before parsing date/author

9 years agodoxy: preserve internal comment indentation
dberzano [Tue, 9 Dec 2014 14:37:22 +0000 (15:37 +0100)]
doxy: preserve internal comment indentation

9 years agodoxy: strip some HTML tags
dberzano [Tue, 9 Dec 2014 14:18:55 +0000 (15:18 +0100)]
doxy: strip some HTML tags

9 years agodoxy: Ignore Begin_Html and End_Html tags
dberzano [Tue, 9 Dec 2014 14:04:09 +0000 (15:04 +0100)]
doxy: Ignore Begin_Html and End_Html tags

9 years agodoxy: added params description on self-doc
dberzano [Tue, 9 Dec 2014 13:55:39 +0000 (14:55 +0100)]
doxy: added params description on self-doc

9 years agodoxy: parse date and author(s)
dberzano [Tue, 9 Dec 2014 13:34:58 +0000 (14:34 +0100)]
doxy: parse date and author(s)

9 years agodoxy: always add class name
dberzano [Tue, 9 Dec 2014 13:20:38 +0000 (14:20 +0100)]
doxy: always add class name

9 years agodoxy: parse class description comment
dberzano [Tue, 9 Dec 2014 12:51:15 +0000 (13:51 +0100)]
doxy: parse class description comment

9 years agodoxy: correctly ignore first blank line in comment
dberzano [Tue, 9 Dec 2014 12:32:38 +0000 (13:32 +0100)]
doxy: correctly ignore first blank line in comment

9 years agodoxy: remove garbage lines from comments
dberzano [Tue, 9 Dec 2014 12:26:35 +0000 (13:26 +0100)]
doxy: remove garbage lines from comments

9 years agodoxy: always print line (also when parse error)
dberzano [Tue, 9 Dec 2014 11:24:07 +0000 (12:24 +0100)]
doxy: always print line (also when parse error)

9 years agodoxy: parsing member comments is now idempotent
dberzano [Tue, 9 Dec 2014 10:25:51 +0000 (11:25 +0100)]
doxy: parsing member comments is now idempotent

9 years agodoxy: minor member comment regexp fixup
dberzano [Tue, 9 Dec 2014 09:19:58 +0000 (10:19 +0100)]
doxy: minor member comment regexp fixup

9 years agodoxy: parse data member comments
dberzano [Mon, 8 Dec 2014 18:46:25 +0000 (19:46 +0100)]
doxy: parse data member comments

9 years agodoxy: do not process included files
dberzano [Mon, 8 Dec 2014 17:44:35 +0000 (18:44 +0100)]
doxy: do not process included files

9 years agodoxy: also consider ctor/dtor
dberzano [Mon, 8 Dec 2014 17:29:53 +0000 (18:29 +0100)]
doxy: also consider ctor/dtor

9 years agodoxy: separate function for parsing method desc
dberzano [Mon, 8 Dec 2014 16:39:13 +0000 (17:39 +0100)]
doxy: separate function for parsing method desc

9 years agodoxy: optionally output conversion to stdout
dberzano [Mon, 8 Dec 2014 16:38:42 +0000 (17:38 +0100)]
doxy: optionally output conversion to stdout

9 years agodoxy: THtml->Doxygen member function descriptions
dberzano [Mon, 8 Dec 2014 14:51:38 +0000 (15:51 +0100)]
doxy: THtml->Doxygen member function descriptions

9 years agodoxy: save columns in comment instance
dberzano [Mon, 8 Dec 2014 14:02:32 +0000 (15:02 +0100)]
doxy: save columns in comment instance

9 years agodoxy: comments in a separate class
dberzano [Mon, 8 Dec 2014 13:40:24 +0000 (14:40 +0100)]
doxy: comments in a separate class

9 years agodoxy: better comment cleanup
dberzano [Mon, 8 Dec 2014 13:13:37 +0000 (14:13 +0100)]
doxy: better comment cleanup

9 years agodoxy: emit comment when complete
dberzano [Mon, 8 Dec 2014 12:55:54 +0000 (13:55 +0100)]
doxy: emit comment when complete

9 years agodoxy: added logger to THtml parser
dberzano [Mon, 8 Dec 2014 10:42:53 +0000 (11:42 +0100)]
doxy: added logger to THtml parser

9 years agodoxy: multi-line block does not continue a single
dberzano [Fri, 5 Dec 2014 18:49:01 +0000 (19:49 +0100)]
doxy: multi-line block does not continue a single

9 years agodoxy: single-line block does not continue a multi
dberzano [Fri, 5 Dec 2014 18:44:59 +0000 (19:44 +0100)]
doxy: single-line block does not continue a multi

9 years agodoxy: refactor single/multiline comments
dberzano [Fri, 5 Dec 2014 18:42:45 +0000 (19:42 +0100)]
doxy: refactor single/multiline comments

9 years agodoxy: distinguish two comments divided by blanks
dberzano [Fri, 5 Dec 2014 18:14:22 +0000 (19:14 +0100)]
doxy: distinguish two comments divided by blanks

9 years agodoxy: libclang to look for comments (prototype)
dberzano [Fri, 5 Dec 2014 18:07:29 +0000 (19:07 +0100)]
doxy: libclang to look for comments (prototype)

9 years agodoxy: helper for THtml -> Doxygen
dberzano [Thu, 4 Dec 2014 22:31:31 +0000 (23:31 +0100)]
doxy: helper for THtml -> Doxygen

9 years agodoxy: generate doc for private/static members too
dberzano [Thu, 4 Dec 2014 16:26:45 +0000 (17:26 +0100)]
doxy: generate doc for private/static members too

9 years agodoxy: importing MUON
dberzano [Thu, 4 Dec 2014 13:42:44 +0000 (14:42 +0100)]
doxy: importing MUON

9 years agodoxy: honor CMake's path for Graphviz's dot
dberzano [Wed, 3 Dec 2014 13:23:34 +0000 (14:23 +0100)]
doxy: honor CMake's path for Graphviz's dot

9 years agodoxy: show rel paths, hide external deps
dberzano [Wed, 3 Dec 2014 13:22:54 +0000 (14:22 +0100)]
doxy: show rel paths, hide external deps

9 years agodoxy: added ALICE logo
dberzano [Wed, 3 Dec 2014 13:21:59 +0000 (14:21 +0100)]
doxy: added ALICE logo

9 years agodoxy: custom build target for documentation
dberzano [Wed, 3 Dec 2014 11:07:47 +0000 (12:07 +0100)]
doxy: custom build target for documentation

Generate it with "make doxygen"

9 years agoAddTask update
dgangadh [Fri, 9 Jan 2015 14:52:09 +0000 (15:52 +0100)]
AddTask update

9 years agoInclude q2 binning and builds from C3 fits
dgangadh [Fri, 9 Jan 2015 14:46:06 +0000 (15:46 +0100)]
Include q2 binning and builds from C3 fits

9 years agoFix coverity
cbianchi [Fri, 9 Jan 2015 14:11:30 +0000 (15:11 +0100)]
Fix coverity

9 years ago- Coverity fixes
bhess [Fri, 9 Jan 2015 07:13:52 +0000 (08:13 +0100)]
- Coverity fixes

9 years agoPutting PMT default gain as for p-p to prevent null signal in case of unforeseen...
coppedis [Fri, 9 Jan 2015 11:10:46 +0000 (12:10 +0100)]
Putting PMT default gain as for p-p to prevent null signal in case of unforeseen beam type strings

9 years agopt cut in TPC only q vector calculation
lmilano [Fri, 9 Jan 2015 10:55:44 +0000 (11:55 +0100)]
pt cut in TPC only q vector calculation

9 years agofix the double free in TPC (online) calibration
mkrzewic [Fri, 9 Jan 2015 09:50:35 +0000 (10:50 +0100)]
fix the double free in TPC (online) calibration

when running in the HLT simulation, AliReconstruction cleans the OCDB
cache which leads to a crash on AliReconstruction::Terminate().
fix is to not delete the object contained in the AliCDBEntry (which is
owner) and let AliReconstruction clean up at the end.

9 years agoExclude only phi in MC mode "exclude resonances"
miweber [Fri, 9 Jan 2015 09:22:44 +0000 (10:22 +0100)]
Exclude only phi in MC mode "exclude resonances"
- only for testing

9 years agoCoverity fix
cblume [Fri, 9 Jan 2015 09:09:01 +0000 (10:09 +0100)]
Coverity fix

9 years ago- Coverity fixes
bhess [Fri, 9 Jan 2015 07:23:35 +0000 (08:23 +0100)]
- Coverity fixes

9 years agocoverity fix
lietava [Thu, 8 Jan 2015 17:06:41 +0000 (17:06 +0000)]
coverity fix

9 years agoFixing coverity defects 24797 and 24795
zampolli [Thu, 8 Jan 2015 17:07:39 +0000 (18:07 +0100)]
Fixing coverity defects 24797 and 24795

9 years agoFixing coverity defect 24253
zampolli [Thu, 8 Jan 2015 17:05:57 +0000 (18:05 +0100)]
Fixing coverity defect 24253

9 years agoFix coverity defect 24647
zconesa [Thu, 8 Jan 2015 16:54:10 +0000 (17:54 +0100)]
Fix coverity defect 24647

9 years agoAdding histograms for triggers in drawing macro of correlation functions
miweber [Thu, 8 Jan 2015 16:30:49 +0000 (17:30 +0100)]
Adding histograms for triggers in drawing macro of correlation functions

9 years agoCMAKE: CMakeLists.example skeleton
agrigora [Thu, 8 Jan 2015 16:31:48 +0000 (17:31 +0100)]
CMAKE: CMakeLists.example skeleton
Added CMakeLists.example skeleton containing instruction
on how to create a dynamic/static library

9 years agouse TFile::Cp with option: copyMethod=tfilecp
mkrzewic [Thu, 8 Jan 2015 16:33:03 +0000 (17:33 +0100)]
use TFile::Cp with option: copyMethod=tfilecp

9 years agocoverity
fnoferin [Thu, 8 Jan 2015 16:22:41 +0000 (17:22 +0100)]
coverity

9 years agoALIROOT-5744 Add macro to generate the geom 2015
rgrosso [Thu, 8 Jan 2015 16:08:21 +0000 (17:08 +0100)]
ALIROOT-5744 Add macro to generate the geom 2015

AD is added but left off for the moment, waiting for validation.

CPV modules are added in PHOS, although only one is really installed
now.

In addition, the include paths are corrected.

9 years agoCoverity 24334, 24335
rgrosso [Thu, 8 Jan 2015 15:53:12 +0000 (16:53 +0100)]
Coverity 24334, 24335

There was no point in using an unsigned integer as counter, as far as I
can see.

9 years agoInstallation of FASTSIM data
hristov [Thu, 8 Jan 2015 15:28:14 +0000 (16:28 +0100)]
Installation of FASTSIM data

9 years agoMore FEE parameters in calibration object
mbroz [Thu, 8 Jan 2015 15:24:04 +0000 (16:24 +0100)]
More FEE parameters in calibration object

9 years agoAdd protection: do not replace // in raw://
dstocco [Thu, 8 Jan 2015 10:35:22 +0000 (11:35 +0100)]
Add protection: do not replace // in raw://

9 years agoInstall macros and scripts needed for QA
dstocco [Tue, 6 Jan 2015 19:12:34 +0000 (20:12 +0100)]
Install macros and scripts needed for QA

9 years agoCoverity Fix (Igor.Altsybeev@cern.ch):
miweber [Thu, 8 Jan 2015 13:38:21 +0000 (14:38 +0100)]
Coverity Fix (Igor.Altsybeev@cern.ch):
- warning: inline function 'Bool_t AliLRCProcess::IsPhiInRange(Double_t, Double_t, Double_t)' used but never defined [enabled by default]

9 years agoSTARLIGHT update:
cmayer [Thu, 8 Jan 2015 09:08:24 +0000 (10:08 +0100)]
STARLIGHT update:
 - update to r193
 - propagation of kinematical parameters for gamma-gamma processes
 - added a cut on the rapidity of the mother partice

9 years agoAvoid naming clash in container names
mfasel [Thu, 8 Jan 2015 08:49:44 +0000 (09:49 +0100)]
Avoid naming clash in container names

9 years agoremoving dependency to HIJING library (AMPT has its own HIJING and loading the HIJING...
jgrosseo [Thu, 8 Jan 2015 08:15:37 +0000 (09:15 +0100)]
removing dependency to HIJING library (AMPT has its own HIJING and loading the HIJING library from AliRoot causes a SEGV)

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
cholm [Thu, 8 Jan 2015 08:10:54 +0000 (09:10 +0100)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoAdded SPD outlier trigger bit
cholm [Thu, 8 Jan 2015 08:07:01 +0000 (09:07 +0100)]
Added SPD outlier trigger bit

9 years agoAlternative SD and DD for DPMJet
cholm [Thu, 8 Jan 2015 08:05:17 +0000 (09:05 +0100)]
Alternative SD and DD for DPMJet

9 years agoTest of using NSD events only
cholm [Thu, 8 Jan 2015 08:03:49 +0000 (09:03 +0100)]
Test of using NSD events only

9 years agoFix in fakes prob. calculation
shahoian [Wed, 7 Jan 2015 17:36:01 +0000 (18:36 +0100)]
Fix in fakes prob. calculation

9 years agoD_s systematic uncertainties in 0-10% and 20-50% (Anastasia)
fprino [Wed, 7 Jan 2015 16:56:19 +0000 (17:56 +0100)]
D_s systematic uncertainties in 0-10% and 20-50% (Anastasia)