ATLAS Offline Software
Loading...
Searching...
No Matches
isPrimitive.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: isPrimitive.h 462802 2011-10-12 16:06:24Z krasznaa $
8#ifndef D3PDMAKERREADER_ISPRIMITIVE_H
9#define D3PDMAKERREADER_ISPRIMITIVE_H
10
11// STL include(s):
12#include <string>
13
14namespace D3PD {
15
17 bool isPrimitive( const std::string& type );
18
19} // namespace D3PD
20
21#endif // D3PDMAKERREADER_ISPRIMITIVE_H
Block filler tool for noisy FEB information.
bool isPrimitive(const std::string &type)
This function is used in the code generator to determine from a type name if it's a primitive type or...