Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BfldCache.cxx File Reference

#include "BField/BfldCache.h"
#include "BField/BfldLoanPool.h"
#include "Plex/PlexPlaneId.h"
#include "Conventions/Munits.h"
#include "MessageService/MsgService.h"
#include <cassert>
#include <float.h>
#include <iomanip>

Go to the source code of this file.

Functions

 CVSID ("$Id: BfldCache.cxx,v 1.30 2008/03/19 04:29:31 rhatcher Exp $")
bool BFieldWithinZ (Double_t z, Double_t zmin, Double_t zmax)
bool BFieldOutsideZ (Double_t z, Double_t zmin, Double_t zmax)


Function Documentation

bool BFieldOutsideZ Double_t  z,
Double_t  zmin,
Double_t  zmax
 

Definition at line 34 of file BfldCache.cxx.

Referenced by BfldCache::SetSteelAndPlaneMapCache().

00035 { 
00036   return ( z < zmin || z > zmax ); 
00037 }

bool BFieldWithinZ Double_t  z,
Double_t  zmin,
Double_t  zmax
 

Definition at line 30 of file BfldCache.cxx.

Referenced by BfldCache::SetSteelAndPlaneMapCache().

00031 { 
00032   return ( z >= zmin && z <= zmax ); 
00033 }

CVSID "$Id: BfldCache cxx,
v 1.30 2008/03/19 04:29:31 rhatcher Exp $" 
 


Generated on Mon Feb 15 11:07:54 2010 for loon by  doxygen 1.3.9.1