Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooSentinel.h
Go to the documentation of this file.
1/// \cond ROOFIT_INTERNAL
2
3/*****************************************************************************
4 * Project: RooFit *
5 * Package: RooFitCore *
6 * File: $Id$
7 * Authors: *
8 * WV, Wouter Verkerke, UC Santa Barbara, verkerke@slac.stanford.edu *
9 * DK, David Kirkby, UC Irvine, dkirkby@uci.edu *
10 * *
11 * Copyright (c) 2000-2005, Regents of the University of California *
12 * and Stanford University. All rights reserved. *
13 * *
14 * Redistribution and use in source and binary forms, *
15 * with or without modification, are permitted according to the terms *
16 * listed in LICENSE (http://roofit.sourceforge.net/license.txt) *
17 *****************************************************************************/
18
19#ifndef ROO_SENTINEL
20#define ROO_SENTINEL
21
22#include "RtypesCore.h"
23
24class RooSentinel {
25public:
26
27 static void activate() ;
28
29protected:
30
31 static bool _active ;
32
33 RooSentinel() {} ;
34 RooSentinel(const RooSentinel&) {}
35
36};
37
38#endif
39
40/// \endcond