git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Coverity
[u/mrichter/AliRoot.git]
/
EVE
/
EveDet
/
AliEveMUONTrack.cxx
diff --git
a/EVE/EveDet/AliEveMUONTrack.cxx
b/EVE/EveDet/AliEveMUONTrack.cxx
index ef0c2f2a703adb4b60c6532f5495e64e93d6ade3..b36b48e8e1f8b4571f358361e806f9bd20a5d7c0 100644
(file)
--- a/
EVE/EveDet/AliEveMUONTrack.cxx
+++ b/
EVE/EveDet/AliEveMUONTrack.cxx
@@
-496,9
+496,9
@@
void AliEveMUONTrack::MakeMUONTrack(AliMUONTrack *mtrack)
if (fIsMUONTrack) {
if (mtrack->GetMatchTrigger()) {
if (fIsMUONTrack) {
if (mtrack->GetMatchTrigger()) {
- s
printf(form
,"MUONTrack %2d (MT)", fLabel);
+ s
nprintf(form,1000
,"MUONTrack %2d (MT)", fLabel);
} else {
} else {
- s
printf(form
,"MUONTrack %2d ", fLabel);
+ s
nprintf(form,1000
,"MUONTrack %2d ", fLabel);
}
SetName(form);
SetLineStyle(1);
}
SetName(form);
SetLineStyle(1);
@@
-660,9
+660,9
@@
void AliEveMUONTrack::MakeESDTrack(AliESDMuonTrack *mtrack)
char form[1000];
if (mtrack->GetMatchTrigger()) {
char form[1000];
if (mtrack->GetMatchTrigger()) {
- s
printf(form
,"ESDTrack %2d (MT)", fLabel);
+ s
nprintf(form,1000
,"ESDTrack %2d (MT)", fLabel);
} else {
} else {
- s
printf(form
,"ESDTrack %2d ", fLabel);
+ s
nprintf(form,1000
,"ESDTrack %2d ", fLabel);
}
SetName(form);
SetLineStyle(3);
}
SetName(form);
SetLineStyle(3);
@@
-694,7
+694,7
@@
void AliEveMUONTrack::MakeMCTrack(TParticle *part)
fPart = new TParticle(*part);
char form[1000];
fPart = new TParticle(*part);
char form[1000];
- s
printf(form
,"TEveMCTrack %2d ", fLabel);
+ s
nprintf(form,1000
,"TEveMCTrack %2d ", fLabel);
SetName(form);
SetLineStyle(2);
SetLineColor(8);
SetName(form);
SetLineStyle(2);
SetLineColor(8);
@@
-747,7
+747,7
@@
void AliEveMUONTrack::MakeRefTrack(AliMUONTrack *mtrack)
fIsRefTrack = kTRUE;
char form[1000];
fIsRefTrack = kTRUE;
char form[1000];
- s
printf(form
,"RefTrack %2d ", fLabel);
+ s
nprintf(form,1000
,"RefTrack %2d ", fLabel);
SetName(form);
SetLineStyle(2);
SetLineColor(0);
SetName(form);
SetLineStyle(2);
SetLineColor(0);