]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FEMTOSCOPY/AliFemtoUser/Cut/AliFemtoQPairCut.cxx
Fixing Effective C++ warnings
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemtoUser / Cut / AliFemtoQPairCut.cxx
index dfad06b477e361e19602cf9a6791b7490028774b..c6ca63724552dc75a147b4b2f9236eb3dd16b694 100644 (file)
@@ -7,6 +7,9 @@
  ***************************************************************************
  *
  * $Log$
+ * Revision 1.3  2007/04/27 07:25:59  akisiel
+ * Make revisions needed for compilation from the main AliRoot tree
+ *
  * Revision 1.1.1.1  2007/04/25 15:38:41  panos
  * Importing the HBT code dir
  *
@@ -25,7 +28,9 @@ ClassImp(AliFemtoQPairCut)
 #endif
     
 //__________________
-AliFemtoQPairCut::AliFemtoQPairCut()
+AliFemtoQPairCut::AliFemtoQPairCut():
+  fNPairsPassed(0),
+  fNPairsFailed(0)
 {
   fNPairsPassed = fNPairsFailed = 0;
   fQlong[0]=-1.0; fQlong[1]=100.0;