]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveHFListEditor.cxx
Merge branch 'master_patch'
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveHFListEditor.cxx
index 1e562099158e139fc8790eb40ca615e7271b94aa..dc5c1923c5476e928fb937f223c2fe4d3d191897 100644 (file)
@@ -69,7 +69,7 @@ AliEveHFListEditor::AliEveHFListEditor(const TGWindow *p, Int_t width, Int_t hei
    AddFrame(fMinMaxCosPointingAngle, new TGLayoutHints(kLHintsTop, 1, 1, 1, 1));
 
 
-   fValueInvMass = new TEveGDoubleValuator(this, "Invariant Mass:", 80, 0);
+   fValueInvMass = new TEveGDoubleValuator(this, "Delta Invariant Mass:", 80, 0);
    fValueInvMass->SetNELength(5);
    fValueInvMass->SetLabelWidth(120);
    fValueInvMass->Build();
@@ -90,7 +90,7 @@ void AliEveHFListEditor::SetModel(TObject* obj)
 {
   // Set model object.
 
-  fM = dynamic_cast<AliEveHFList*>(obj);
+  fM = static_cast<AliEveHFList*>(obj);
 
   // Set values of widgets
   // fXYZZ->SetValue(fM->GetXYZZ());