ROOT logo
/*****************************************************************************
 * Project: RooFit                                                           *
 * Package: RooFitCore                                                       *
 *    File: $Id$
 * Authors:                                                                  *
 *   WV, Wouter Verkerke, UC Santa Barbara, verkerke@slac.stanford.edu       *
 *   DK, David Kirkby,    UC Irvine,         dkirkby@uci.edu                 *
 *                                                                           *
 * Copyright (c) 2000-2005, Regents of the University of California          *
 *                          and Stanford University. All rights reserved.    *
 *                                                                           *
 * Redistribution and use in source and binary forms,                        *
 * with or without modification, are permitted according to the terms        *
 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)             *
 *****************************************************************************/
#ifndef ROO_SENTINEL
#define ROO_SENTINEL

#include "Rtypes.h"

class RooSentinel {
public:
  
  static void activate() ;
 
protected:

  static Bool_t _active ;
 
  RooSentinel() {} ;
  RooSentinel(const RooSentinel&) {}  

};

#endif
 RooSentinel.h:1
 RooSentinel.h:2
 RooSentinel.h:3
 RooSentinel.h:4
 RooSentinel.h:5
 RooSentinel.h:6
 RooSentinel.h:7
 RooSentinel.h:8
 RooSentinel.h:9
 RooSentinel.h:10
 RooSentinel.h:11
 RooSentinel.h:12
 RooSentinel.h:13
 RooSentinel.h:14
 RooSentinel.h:15
 RooSentinel.h:16
 RooSentinel.h:17
 RooSentinel.h:18
 RooSentinel.h:19
 RooSentinel.h:20
 RooSentinel.h:21
 RooSentinel.h:22
 RooSentinel.h:23
 RooSentinel.h:24
 RooSentinel.h:25
 RooSentinel.h:26
 RooSentinel.h:27
 RooSentinel.h:28
 RooSentinel.h:29
 RooSentinel.h:30
 RooSentinel.h:31
 RooSentinel.h:32
 RooSentinel.h:33
 RooSentinel.h:34
 RooSentinel.h:35