FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairMCResult.cxx
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 /*
9  * FairMCResult.cpp
10  *
11  * Created on: Dec 1, 2009
12  * Author: stockman
13  */
14 
15 #include "FairMCResult.h"
16 
18 
20  : FairMCObject()
21  , fStartType(-1)
22  , fStopType(-1)
23 {}
24 
26 
27 FairMCResult::FairMCResult(Int_t start, Int_t stop)
28  : FairMCObject()
29  , fStartType(start)
30  , fStopType(stop)
31 {}
ClassImp(FairEventBuilder)
virtual ~FairMCResult()