Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:27

0001 #include <cassert>
0002 #include <string>
0003 
0004 #include "DetectorDescription/Core/interface/DDTransform.h"
0005 
0006 int main(int argc, char **argv) {
0007   assert(DDRotation().toString() == "DdBlNa:DdBlNa0");
0008   assert(DDRotation().toString() == "DdBlNa:DdBlNa1");
0009 }