git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f6a3e46
)
Corrections (T.Kuhr)
author
hristov
<hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Sep 2004 14:44:37 +0000
(14:44 +0000)
committer
hristov
<hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Sep 2004 14:44:37 +0000
(14:44 +0000)
START/AliSTARTRawData.cxx
patch
|
blob
|
blame
|
history
START/AliSTARTReconstructor.cxx
patch
|
blob
|
blame
|
history
START/AliSTARTReconstructor.h
patch
|
blob
|
blame
|
history
START/STARTsimLinkDef.h
patch
|
blob
|
blame
|
history
START/libSTARTsim.pkg
patch
|
blob
|
blame
|
history
diff --git
a/START/AliSTARTRawData.cxx
b/START/AliSTARTRawData.cxx
index ca18e12b16dfcd58bd6cace0e1f235be02b9a2cd..d2510e498ca3eb15b08cd7b4131b35b7275752bb 100644
(file)
--- a/
START/AliSTARTRawData.cxx
+++ b/
START/AliSTARTRawData.cxx
@@
-32,7
+32,6
@@
#include <AliRunLoader.h>
#include "AliRawDataHeader.h"
#include <AliRunLoader.h>
#include "AliRawDataHeader.h"
-#include "AliRawData.h"
ClassImp(AliSTARTRawData)
ClassImp(AliSTARTRawData)
diff --git
a/START/AliSTARTReconstructor.cxx
b/START/AliSTARTReconstructor.cxx
index a4bdec998769cbfcb4b68e86a9a204a686fa7af8..62c385b1ff5c1ed015e05f0a106a88be3242ba1e 100644
(file)
--- a/
START/AliSTARTReconstructor.cxx
+++ b/
START/AliSTARTReconstructor.cxx
@@
-28,7
+28,7
@@
ClassImp(AliSTARTReconstructor)
ClassImp(AliSTARTReconstructor)
- void AliSTARTReconstructor::Reconstruct(/*AliRunLoader* runLoader*/)
+void AliSTARTReconstructor::Reconstruct(AliRunLoader* /*runLoader*/) const
{
// nothing to be done
}
{
// nothing to be done
}
@@
-38,7
+38,7
@@
void AliSTARTReconstructor::FillESD(AliRunLoader* rl, AliESD *pESD) const
/***************************************************
Resonstruct digits to vertex position
****************************************************/
/***************************************************
Resonstruct digits to vertex position
****************************************************/
-
+
Float_t c = 0.3; //speed of light mm/ps
Int_t channelWigth=25; //ps
if (!rl) {
Float_t c = 0.3; //speed of light mm/ps
Int_t channelWigth=25; //ps
if (!rl) {
diff --git
a/START/AliSTARTReconstructor.h
b/START/AliSTARTReconstructor.h
index aa724553b10e27b17b9b4e83bfe5103ea06dea62..53c4b327e4fd2db139df64d939a445b601ba0d4a 100644
(file)
--- a/
START/AliSTARTReconstructor.h
+++ b/
START/AliSTARTReconstructor.h
@@
-11,7
+11,7
@@
class AliSTARTReconstructor: public AliReconstructor {
public:
AliSTARTReconstructor(): AliReconstructor() {};
virtual ~AliSTARTReconstructor() {};
public:
AliSTARTReconstructor(): AliReconstructor() {};
virtual ~AliSTARTReconstructor() {};
- virtual void Reconstruct(
/*AliRunLoader* runLoader*/)
;
+ virtual void Reconstruct(
AliRunLoader* /*runLoader*/) const
;
virtual void FillESD(AliRunLoader* runLoader, AliESD* esd) const;
ClassDef(AliSTARTReconstructor, 0) // class for the START reconstruction
virtual void FillESD(AliRunLoader* runLoader, AliESD* esd) const;
ClassDef(AliSTARTReconstructor, 0) // class for the START reconstruction
diff --git
a/START/STARTsimLinkDef.h
b/START/STARTsimLinkDef.h
index 4c4da9556d93956cd5052025090f2323f6f185fe..7d725c68395dc171c9211d2cff8e01d3979a0fec 100755
(executable)
--- a/
START/STARTsimLinkDef.h
+++ b/
START/STARTsimLinkDef.h
@@
-14,5
+14,6
@@
#pragma link C++ class AliSTARThit+;
#pragma link C++ class AliSTARThitPhoton+;
#pragma link C++ class AliSTARTDigitizer+;
#pragma link C++ class AliSTARThit+;
#pragma link C++ class AliSTARThitPhoton+;
#pragma link C++ class AliSTARTDigitizer+;
+#pragma link C++ class AliSTARTRawData+;
#endif
#endif
diff --git
a/START/libSTARTsim.pkg
b/START/libSTARTsim.pkg
index 491b86e0faf27a207c6d98c7f7e3fd7219eb332b..9d919c5a4dc86c6f9470c21f66cf502eee11543a 100644
(file)
--- a/
START/libSTARTsim.pkg
+++ b/
START/libSTARTsim.pkg
@@
-1,7
+1,7
@@
#-*- Mode: Makefile -*-
# $Id$
#-*- Mode: Makefile -*-
# $Id$
-SRCS= AliSTART.cxx AliSTARTv0.cxx AliSTARTv1.cxx AliSTARThit.cxx AliSTARTDigitizer.cxx AliSTARThitPhoton.cxx
+SRCS= AliSTART.cxx AliSTARTv0.cxx AliSTARTv1.cxx AliSTARThit.cxx AliSTARTDigitizer.cxx AliSTARThitPhoton.cxx
AliSTARTRawData.cxx
HDRS= $(SRCS:.cxx=.h)
HDRS= $(SRCS:.cxx=.h)